Searched defs:comsub (Results 1 – 9 of 9) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 103 char comsub; member 474 Sfio_t *sh_subshell(Shell_t *shp,Shnode_t *t, volatile int flags, int comsub) in sh_subshell() argument [all...] |
H A D | xec.c | 582 char comsub = shp->comsub; in sh_eval() local 3496 int level, pipepid=shp->pipepid, comsub=shp->comsub; sh_funct() local [all...] |
H A D | lex.c | 1566 static int comsub(register Lex_t *lp, int endtok) in comsub() function [all...] |
H A D | parse.c | 1124 int showme=0, comsub; in item() local
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 50 char comsub; /* parsing command substitution */ member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shlex.h | 50 char comsub; /* parsing command substitution */ member
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 469 Sfio_t *sh_subshell(Shnode_t *t, int flags, int comsub) in sh_subshell()
|
H A D | lex.c | 1483 static int comsub(register Lex_t *lp, int endtok) in comsub() function
|
H A D | parse.c | 1028 int showme=0, comsub; in item() local
|