Searched defs:comsub (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshlex.h50 char comsub; /* parsing command substitution */ member in struct:_shlex_
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c97 char comsub; member in struct:subshell
208 shp->comsub = 0;
455 * If comsub is not null, then output will be placed in temp file (or buffer)
456 * If comsub is not null, the return value will be a stream consisting of
460 Sfio_t *sh_subshell(Shell_t *shp,Shnode_t *t, int flags, int comsub) argument
511 if(comsub)
516 sp->comsub = shp->comsub;
517 shp->subshare = comsub==2 || (comsub
[all...]
H A Dlex.c135 static int comsub(Lex_t*,int);
288 lp->comsub = 0;
867 wordflags |= comsub(lp,c);
1203 if(mode==ST_BEGIN && (lp->lex.reservok||lp->comsub))
1205 if(lp->comsub)
1219 if(lp->comsub && c==RBRACE)
1321 else if(n==RBRACE && lp->comsub)
1523 static int comsub(register Lex_t *lp, int endtok) function
1531 csub = lp->comsub;
1536 lp->comsub
[all...]
H A Dparse.c414 lp->comsub = 1;
428 lp->comsub = 0;
1114 int showme=0, comsub; local
1299 comsub = lexp->comsub;
1300 lexp->comsub = 0;
1302 lexp->comsub = comsub;
1715 if(token==RPAREN && (iof&IOLSEEK) && lexp->comsub)

Completed in 37 milliseconds