Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h40 #define FSHOWME (0400<<COMBITS) /* set for showme commands */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c856 else if((t->tre.tretyp&FSHOWME) && sh_isoption(SH_SHOWME)) in sh_exec()
1413 (t->fork.forktre)->tre.tretyp |= t->tre.tretyp&FSHOWME; in sh_exec()
1491 int showme = t->tre.tretyp&FSHOWME; in sh_exec()
2489 if(!(flags&FSHOWME)) in _sh_fork()
H A Dsubshell.c200 if(pid = sh_fork(FSHOWME,NIL(int*))) in sh_subfork()
H A Dparse.c563 int showme = t->tre.tretyp&FSHOWME; in term()
1236 showme = FSHOWME; in item()