Searched refs:lstlef (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/sh/ |
H A D | func.c | 90 freetree(lstptr(t)->lstlef); in freetree() 277 prf(lstptr(t)->lstlef); in prf() 283 prf(lstptr(t)->lstlef); in prf() 289 prf(lstptr(t)->lstlef); in prf() 295 prf(lstptr(t)->lstlef); in prf()
|
H A D | xec.c | 381 if (execute(lstptr(t)->lstlef, xflags & XEC_NOSTOP, errorflg, pf1, pv) == 0) 389 execute(lstptr(t)->lstlef, xflags&XEC_NOSTOP, errorflg); 398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0);
|
H A D | mode.h | 228 struct trenod *lstlef; member
|
H A D | cmd.c | 95 t->lstlef = i;
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree() 179 struct argnod *init = (t->lst.lstlef)->ar.arexpr; in p_tree() 186 p_tree(t->lst.lstlef,0); in p_tree() 216 p_tree(t->lst.lstlef,NEED_BRACE|NO_NEWLINE|(tflags&NO_BRACKET)); in p_tree() 317 p_tree(t->lst.lstlef,NO_BRACKET|NO_NEWLINE); in p_tree() 332 p_arg(&(t->lst.lstlef->arg),' ',0); in p_tree()
|
H A D | tdump.c | 111 if(p_tree(t->lst.lstlef)<0) in p_tree() 144 return(p_tree(t->lst.lstlef)); in p_tree() 147 if(p_arg(&(t->lst.lstlef->arg))<0) in p_tree()
|
H A D | trestore.c | 101 t->lst.lstlef = r_tree(shp); in r_tree() 164 t->lst.lstlef = r_tree(shp); in r_tree() 167 t->lst.lstlef = (Shnode_t*)r_arg(shp); in r_tree()
|
H A D | xec.c | 232 n=sh_tclear(t->lst.lstlef); in sh_tclear() 247 return(sh_tclear(t->lst.lstlef)); in sh_tclear() 250 n=p_arg(&(t->lst.lstlef->arg),0); in sh_tclear() 1512 type = pipe_exec(shp,pvn,t->lst.lstlef, errorflg); in sh_exec() 1517 (t->lst.lstlef)->tre.tretyp |= showme; in sh_exec() 1518 type = sh_exec(t->lst.lstlef, errorflg); in sh_exec() 1561 sh_exec(t->lst.lstlef,errorflg|OPTIMIZE); in sh_exec() 1572 if(sh_exec(t->lst.lstlef,OPTIMIZE)==0) in sh_exec() 1579 if(sh_exec(t->lst.lstlef,OPTIMIZE)!=0) in sh_exec() 2129 sh_exec(t->lst.lstlef,OPTIMIZE); in sh_exec() [all …]
|
H A D | name.c | 535 …if(!tp->lst.lstlef || !tp->lst.lstlef->tre.tretyp==TCOM || tp->lst.lstlef->com.comarg || tp->lst.l… in nv_setlist()
|
H A D | parse.c | 310 t->lst.lstlef = l; in makelist() 573 tt->lst.lstlef->tre.tretyp |= FPIN|FPCL; in term() 1872 t->lst.lstlef = (Shnode_t*)arg; in test_primary()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 141 Shnode_t *lstlef; member
|