Home
last modified time | relevance | path

Searched refs:comtyp (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dargnod.h44 int comtyp; member
/titanic_50/usr/src/cmd/sh/
H A Dmode.h168 int comtyp; member
H A Dcmd.c466 t->comtyp = TCOM;
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c156 if(t->com.comtyp&COMSCAN) in main()
H A Dtdump.c220 else if(com->comtyp&COMSCAN) in p_comarg()
H A Dtrestore.c271 if(com->comtyp&COMSCAN) in r_comarg()
H A Dparse.c191 if(tp->comtyp&COMSCAN) in check_typedef()
1137 (t->for_.forlst)->comtyp = 0; in item()
1450 t->comtyp = TCOM; in simple()
1520 t->comtyp |= COMSCAN; in simple()
H A Ddeparse.c509 if(com->comtyp&COMSCAN) in p_comarg()
H A Dargs.c713 else if(!(ac->comtyp&COMSCAN)) in sh_argbuild()
H A Dxec.c177 if(com->comarg && (com->comtyp&COMSCAN)) in p_comarg()
3014 else if(tchild->com.comtyp&COMSCAN) in sh_ntfork()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dcompletion.c237 comptr->comtyp = COMSCAN; in ed_expand()