Functions | Variables
unixcall.old.c File Reference

Go to the source code of this file.

Functions

pointer ALARM (context *ctx, int n, argv)
 
pointer ASCTIME (context *ctx, int n, argv)
 
 ckarg (2)
 
int coerceintval (pointer)
 
pointer EXEC (context *ctx, int n, pointer *argv)
 
pointer EXIT (context *ctx, int n, pointer *argv)
 
pointer FORK (context *ctx, int n, pointer *argv)
 
pointer FORK1 (context *ctx, int n, pointer *argv)
 
pointer GETEGID (context *ctx, int n, argv)
 
pointer GETEUID (context *ctx, int n, argv)
 
pointer GETGID (context *ctx, int n, argv)
 
pointer GETITIMER (context *ctx, int n, argv)
 
pointer GETPAGESIZE (context *ctx, int n, argv)
 
pointer GETPGRP (context *ctx, int n, argv)
 
pointer GETPID (context *ctx, int n, pointer *argv)
 
pointer GETPPID (context *ctx, int n, argv)
 
static pointer GETPRIORITY (context *ctx, int n, pointer *argv)
 
pointer GETRUSAGE (context *ctx, int n, argv)
 
pointer GETTIMEOFDAY (context *ctx, int n, argv)
 
pointer GETUID (context *ctx, int n, pointer *argv)
 
 if (n==1)
 
pointer KILL (context *ctx, int n, argv)
 
pointer LOCALTIME (context *ctx, n, argv)
 
pointer PTIMES (context *ctx, int n, argv)
 
 return (makeint(setpgrp(ckintval(argv[0]), ckintval(argv[1]))))
 
pointer RUNTIME (context *ctx, int n, argv)
 
pointer SETGID (context *ctx, int n, argv)
 
pointer SETITIMER (context *ctx, int n, argv)
 
static pointer SETPRIORITY (context *ctx, int n, pointer *argv)
 
pointer SETUID (context *ctx, int n, argv)
 
pointer SIGADDSET (context *ctx, int n, argv)
 
pointer SIGDELSET (context *ctx, int n, argv)
 
pointer SIGNAL (context *ctx, int n, argv)
 
pointer SIGPROCMASK (context *ctx, int n, argv)
 
pointer UALARM (context *ctx, int n, argv)
 
pointer UNAME (context *ctx, int n, pointer *argv)
 
pointer UNIXREAD (context *ctx, int n, argv)
 
pointer VFORK (context *ctx, int n, pointer *argv)
 
pointer WAIT (context *ctx, int n, argv)
 

Variables

time_t altzone
 
int daylight
 
int errno
 
pointer eussigvec [NSIG]
 
static char * rcsid ="@(#)$Id$"
 
int sys_nerr
 
time_t timezone
 
char * tzname [2]
 

Function Documentation

pointer ALARM ( context ctx,
int  n,
argv   
)

Definition at line 421 of file unixcall.old.c.

pointer ASCTIME ( context ctx,
int  n,
argv   
)

Definition at line 158 of file unixcall.old.c.

ckarg ( )
int coerceintval ( pointer  )

Definition at line 55 of file sequence.c.

pointer EXEC ( context ctx,
int  n,
pointer argv 
)

Definition at line 575 of file unixcall.old.c.

pointer EXIT ( context ctx,
int  n,
pointer argv 
)

Definition at line 612 of file unixcall.old.c.

pointer FORK ( context ctx,
int  n,
pointer argv 
)

Definition at line 548 of file unixcall.old.c.

pointer FORK1 ( context ctx,
int  n,
pointer argv 
)

Definition at line 557 of file unixcall.old.c.

pointer GETEGID ( context ctx,
int  n,
argv   
)

Definition at line 501 of file unixcall.old.c.

pointer GETEUID ( context ctx,
int  n,
argv   
)

Definition at line 487 of file unixcall.old.c.

pointer GETGID ( context ctx,
int  n,
argv   
)

Definition at line 494 of file unixcall.old.c.

pointer GETITIMER ( context ctx,
int  n,
argv   
)

Definition at line 230 of file unixcall.old.c.

pointer GETPAGESIZE ( context ctx,
int  n,
argv   
)

Definition at line 205 of file unixcall.old.c.

pointer GETPGRP ( context ctx,
int  n,
argv   
)

Definition at line 459 of file unixcall.old.c.

pointer GETPID ( context ctx,
int  n,
pointer argv 
)

Definition at line 444 of file unixcall.old.c.

pointer GETPPID ( context ctx,
int  n,
argv   
)

Definition at line 452 of file unixcall.old.c.

static pointer GETPRIORITY ( context ctx,
int  n,
pointer argv 
)
static

Definition at line 602 of file unixcall.old.c.

pointer GETRUSAGE ( context ctx,
int  n,
argv   
)

Definition at line 185 of file unixcall.old.c.

pointer GETTIMEOFDAY ( context ctx,
int  n,
argv   
)

Definition at line 213 of file unixcall.old.c.

pointer GETUID ( context ctx,
int  n,
pointer argv 
)

Definition at line 483 of file unixcall.old.c.

if ( n  = =1)

Definition at line 468 of file unixcall.old.c.

pointer KILL ( context ctx,
int  n,
argv   
)

Definition at line 334 of file unixcall.old.c.

pointer LOCALTIME ( context ctx,
n  ,
argv   
)

Definition at line 124 of file unixcall.old.c.

pointer PTIMES ( context ctx,
int  n,
argv   
)

Definition at line 99 of file unixcall.old.c.

return ( makeint(setpgrp(ckintval(argv[0]), ckintval(argv[1])))  )
pointer RUNTIME ( context ctx,
int  n,
argv   
)

Definition at line 115 of file unixcall.old.c.

pointer SETGID ( context ctx,
int  n,
argv   
)

Definition at line 516 of file unixcall.old.c.

pointer SETITIMER ( context ctx,
int  n,
argv   
)

Definition at line 246 of file unixcall.old.c.

static pointer SETPRIORITY ( context ctx,
int  n,
pointer argv 
)
static

Definition at line 590 of file unixcall.old.c.

pointer SETUID ( context ctx,
int  n,
argv   
)

Definition at line 508 of file unixcall.old.c.

pointer SIGADDSET ( context ctx,
int  n,
argv   
)

Definition at line 281 of file unixcall.old.c.

pointer SIGDELSET ( context ctx,
int  n,
argv   
)

Definition at line 297 of file unixcall.old.c.

pointer SIGNAL ( context ctx,
int  n,
argv   
)

Definition at line 342 of file unixcall.old.c.

pointer SIGPROCMASK ( context ctx,
int  n,
argv   
)

Definition at line 313 of file unixcall.old.c.

pointer UALARM ( context ctx,
int  n,
argv   
)

Definition at line 430 of file unixcall.old.c.

pointer UNAME ( context ctx,
int  n,
pointer argv 
)

Definition at line 527 of file unixcall.old.c.

pointer UNIXREAD ( context ctx,
int  n,
argv   
)

Definition at line 637 of file unixcall.old.c.

pointer VFORK ( context ctx,
int  n,
pointer argv 
)

Definition at line 567 of file unixcall.old.c.

pointer WAIT ( context ctx,
int  n,
argv   
)

Definition at line 412 of file unixcall.old.c.

Variable Documentation

time_t altzone
int daylight
int errno
pointer eussigvec[NSIG]

Definition at line 182 of file eus.c.

char* rcsid ="@(#)$Id$"
static

Definition at line 13 of file unixcall.old.c.

int sys_nerr
time_t timezone
char* tzname[2]


euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54