Home
last modified time | relevance | path

Searched refs:FSHOWME (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h40 #define FSHOWME (0400<<COMBITS) /* set for showme commands */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c195 if(pid = sh_fork(shp,FSHOWME,NIL(int*))) in sh_subfork()
H A Dxec.c1243 else if((t->tre.tretyp&FSHOWME) && sh_isoption(SH_SHOWME)) in sh_exec()
1942 (t->fork.forktre)->tre.tretyp |= t->tre.tretyp&FSHOWME; in sh_exec()
2045 int showme = t->tre.tretyp&FSHOWME; in sh_exec()
3233 if(!(flags&FSHOWME)) in _sh_fork()
H A Dparse.c591 int showme = t->tre.tretyp&FSHOWME; in term()
1359 showme = FSHOWME; in item()