Home
last modified time | relevance | path

Searched refs:for_ (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c119 if(sfputu(outfile,t->for_.forline)<0) in p_tree()
121 if(p_tree(t->for_.fortre)<0) in p_tree()
123 if(p_string(t->for_.fornam)<0) in p_tree()
125 return(p_tree((Shnode_t*)t->for_.forlst)); in p_tree()
H A Dtrestore.c114 t->for_.forline = 0; in r_tree()
116 t->for_.forline = sfgetu(infile); in r_tree()
117 t->for_.fortre = r_tree(shp); in r_tree()
118 t->for_.fornam = r_string(shp->stk); in r_tree()
119 t->for_.forlst = (struct comnod*)r_tree(shp); in r_tree()
H A Dparse.c976 t->for_.fortyp = sh_getlineno(lexp); in assign()
977 tp = &t->for_.fortre; in assign()
1207 t->for_.forlst=0; in item()
1218 t->for_.fortyp |= FLINENO; in item()
1234 (t->for_.forlst)->comarg = 0; in item()
1235 (t->for_.forlst)->comset = 0; in item()
1236 (t->for_.forlst)->comnamp = 0; in item()
1237 (t->for_.forlst)->comnamq = 0; in item()
1238 (t->for_.forlst)->comstate = 0; in item()
1239 (t->for_.forlst)->comio = 0; in item()
[all …]
H A Ddeparse.c260 sfputr(outfile,t->for_.fornam,' '); in p_tree()
261 if(t->for_.forlst) in p_tree()
266 p_comarg(t->for_.forlst); in p_tree()
272 t = t->for_.fortre; in p_tree()
H A Dxec.c342 n=sh_tclear(t->for_.fortre); in sh_tclear()
343 return(n+sh_tclear((Shnode_t*)t->for_.forlst)); in sh_tclear()
2263 sh_tclear(t->for_.fortre); in sh_exec()
2269 error_info.line = t->for_.forline-shp->st.firstline; in sh_exec()
2270 if(!(tp=t->for_.forlst)) in sh_exec()
2281 np = nv_open(t->for_.fornam, shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME|NV_NOREF); in sh_exec()
2339 av[1] = t->for_.fornam; in sh_exec()
2349 sh_exec(t->for_.fortre,0); in sh_exec()
2354 sh_exec(t->for_.fortre,flag); in sh_exec()
2370 sh_tclear(t->for_.fortre); in sh_exec()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h203 struct fornod for_; member