Searched refs:sh_parse (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 138 if(t = (Shnode_t*)sh_parse(shp,in,0)) in main()
|
H A D | main.c | 582 t = (Shnode_t*)sh_parse(shp,iop,0); in exfile()
|
H A D | macro.c | 1963 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
|
H A D | parse.c | 321 void *sh_parse(Shell_t *shp, Sfio_t *iop, int flag) in sh_parse() function
|
H A D | xec.c | 494 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 174 extern void *sh_parse(Shell_t*, Sfio_t*,int);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
|
/titanic_50/usr/src/lib/libshell/ |
H A D | mapfile-vers | 50 sh_parse;
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 184 extern __MANGLE__ __V_ *sh_parse __PROTO__((Shell_t*, Sfio_t*,int));
|