Searched defs:showme (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dparse.c583 int showme = t->tre.tretyp&FSHOWME; local
603 t->tre.tretyp |= showme;
1123 int showme=0, comsub; local
1350 showme = FSHOWME;
1359 t->tre.tretyp |= showme;
H A Dxec.c2033 int showme = t->tre.tretyp&FSHOWME; local
2089 if(shp->coshell && !showme)
2124 (t->lst.lstlef)->tre.tretyp |= showme;
2147 ((Shnode_t*)t)->tre.tretyp |= showme;

Completed in 34 milliseconds