Searched defs:exit (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmexit.c77 void exit(int type) function
79 void exit(type)
/ast/src/lib/libast/include/
H A Derror.h127 void (*exit)(int); /* error exit */ member in struct:Error_info_s
/ast/src/lib/libast/sfio/
H A Dvthread.h150 Void_t* exit; /* exit value */ member in struct:_vthread_s
166 #define vtstatus(vt) ((vt)->exit)
/ast/src/cmd/3d/
H A Dsyscall3d.c228 state.libexit = (Exitfunc_t)dlsym(dll, "exit");
246 bprintf(b, e, "\nsystem calls total=%d nosys=%p exit=%p\n\n", elementsof(sys_trace), nosys,
271 exit(int code) function
/ast/src/cmd/ksh93/include/
H A Dshell.h144 int exitval; /* most recent exit value */
238 # define exit(a) sh_exit(a) macro
255 #define SH_EXITSIG 0400 /* signal exit bit */
256 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */

Completed in 11 milliseconds