Home
last modified time | relevance | path

Searched defs:comsub (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c103 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 Dxec.c582 char comsub = shp->comsub; in sh_eval() local
3496 int level, pipepid=shp->pipepid, comsub=shp->comsub; sh_funct() local
[all...]
H A Dlex.c1566 static int comsub(register Lex_t *lp, int endtok) in comsub() function
[all...]
H A Dparse.c1124 int showme=0, comsub; in item() local
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h50 char comsub; /* parsing command substitution */ member