Searched refs:sh_tclear (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c202 static int sh_tclear(register Shnode_t *t) function
211 return(sh_tclear(t->par.partre));
216 return(sh_tclear(t->fork.forktre));
218 n=sh_tclear(t->if_.iftre);
219 n+=sh_tclear(t->if_.thtre);
220 n+=sh_tclear(t->if_.eltre);
224 n=sh_tclear((Shnode_t*)(t->wh.whinc));
225 n+=sh_tclear(t->wh.whtre);
226 n+=sh_tclear(t->wh.dotre);
232 n=sh_tclear(
289 # define sh_tclear macro
[all...]

Completed in 58 milliseconds