Searched defs:Shell_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dshcmd.h43 # define Shell_t void macro
61 Shell_t* shp;
81 # undef Shell_t macro
/ast/src/cmd/ksh93/include/
H A Dshell.h50 typedef struct Shell_s Shell_t; typedef in typeref:struct:Shell_s
54 typedef void (*Shinit_f)(Shell_t*, int);
176 extern Shell_t *sh_init(int,char*[],Shinit_f);
180 extern void *sh_parse(Shell_t*, Sfio_t*,int);
201 extern Shell_t *sh_getinterp(void);
213 extern void sh_sigcheck(Shell_t*);
224 extern __IMPORT__ Shell_t sh;
226 extern Shell_t sh;

Completed in 11 milliseconds