Home
last modified time | relevance | path

Searched refs:showme (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c591 int showme = t->tre.tretyp&FSHOWME; in term() local
611 t->tre.tretyp |= showme; in term()
1131 int showme=0, comsub; in item() local
1359 showme = FSHOWME; in item()
1368 t->tre.tretyp |= showme; in item()
H A Dxec.c2045 int showme = t->tre.tretyp&FSHOWME; in sh_exec() local
2101 if(shp->coshell && !showme) in sh_exec()
2136 (t->lst.lstlef)->tre.tretyp |= showme; in sh_exec()
2159 ((Shnode_t*)t)->tre.tretyp |= showme; in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE426 11-03-24 For the showme option added 09-09-09, commands beginning with a ;
635 10-09-13 A bug which occurred when both xtrace and showme options where
636 specified in which the xtrace option disabled showme has been fixed.
995 no longer causes an error. It now is used for the "showme" option.
1732 06-09-06 +The showme option was added. Each simple command not beginning
1735 be ignored when showme is off. When showme is on, any command