Home
last modified time | relevance | path

Searched refs:swlst (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dfunc.c124 freereg(swptr(t)->swlst); in freetree()
376 swl = swptr(t)->swlst; in prf()
H A Dmode.h209 struct regnod *swlst; member
H A Dxec.c476 regp = swptr(t)->swlst;
H A Dcmd.c284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h119 struct regnod *swlst; member
/titanic_50/usr/src/lib/libshell/common/sh/
H A Ddeparse.c273 if(t->sw.swlst) in p_tree()
279 p_switch(t->sw.swlst); in p_tree()
H A Dtdump.c131 return(p_switch(t->sw.swlst)); in p_tree()
H A Dtrestore.c131 t->sw.swlst = r_switch(shp); in r_tree()
H A Dxec.c241 return(n+p_switch(t->sw.swlst)); in sh_tclear()
1837 t= (Shnode_t*)(tt->sw.swlst); in sh_exec()
H A Dparse.c1066 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM) in item()