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

◆ ALARM()

pointer ALARM ( context ctx,
int  n,
argv   
)

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

◆ ASCTIME()

pointer ASCTIME ( context ctx,
int  n,
argv   
)

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

◆ ckarg()

ckarg ( )

◆ coerceintval()

int coerceintval ( pointer  )

Definition at line 55 of file sequence.c.

◆ EXEC()

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

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

◆ EXIT()

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

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

◆ FORK()

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

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

◆ FORK1()

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

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

◆ GETEGID()

pointer GETEGID ( context ctx,
int  n,
argv   
)

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

◆ GETEUID()

pointer GETEUID ( context ctx,
int  n,
argv   
)

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

◆ GETGID()

pointer GETGID ( context ctx,
int  n,
argv   
)

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

◆ GETITIMER()

pointer GETITIMER ( context ctx,
int  n,
argv   
)

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

◆ GETPAGESIZE()

pointer GETPAGESIZE ( context ctx,
int  n,
argv   
)

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

◆ GETPGRP()

pointer GETPGRP ( context ctx,
int  n,
argv   
)

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

◆ GETPID()

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

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

◆ GETPPID()

pointer GETPPID ( context ctx,
int  n,
argv   
)

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

◆ GETPRIORITY()

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

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

◆ GETRUSAGE()

pointer GETRUSAGE ( context ctx,
int  n,
argv   
)

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

◆ GETTIMEOFDAY()

pointer GETTIMEOFDAY ( context ctx,
int  n,
argv   
)

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

◆ GETUID()

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

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

◆ if()

if ( n  = =1)

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

◆ KILL()

pointer KILL ( context ctx,
int  n,
argv   
)

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

◆ LOCALTIME()

pointer LOCALTIME ( context ctx,
n  ,
argv   
)

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

◆ PTIMES()

pointer PTIMES ( context ctx,
int  n,
argv   
)

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

◆ return()

return ( makeint(setpgrp(ckintval(argv[0]), ckintval(argv[1])))  )

◆ RUNTIME()

pointer RUNTIME ( context ctx,
int  n,
argv   
)

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

◆ SETGID()

pointer SETGID ( context ctx,
int  n,
argv   
)

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

◆ SETITIMER()

pointer SETITIMER ( context ctx,
int  n,
argv   
)

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

◆ SETPRIORITY()

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

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

◆ SETUID()

pointer SETUID ( context ctx,
int  n,
argv   
)

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

◆ SIGADDSET()

pointer SIGADDSET ( context ctx,
int  n,
argv   
)

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

◆ SIGDELSET()

pointer SIGDELSET ( context ctx,
int  n,
argv   
)

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

◆ SIGNAL()

pointer SIGNAL ( context ctx,
int  n,
argv   
)

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

◆ SIGPROCMASK()

pointer SIGPROCMASK ( context ctx,
int  n,
argv   
)

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

◆ UALARM()

pointer UALARM ( context ctx,
int  n,
argv   
)

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

◆ UNAME()

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

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

◆ UNIXREAD()

pointer UNIXREAD ( context ctx,
int  n,
argv   
)

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

◆ VFORK()

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

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

◆ WAIT()

pointer WAIT ( context ctx,
int  n,
argv   
)

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

Variable Documentation

◆ altzone

time_t altzone

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

◆ daylight

int daylight

◆ errno

int errno

◆ eussigvec

pointer eussigvec[NSIG]

Definition at line 182 of file eus.c.

◆ rcsid

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

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

◆ sys_nerr

int sys_nerr

◆ timezone

time_t timezone

◆ tzname

char* tzname[2]


euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 15 2023 02:06:43