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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c271 static int sh_tclear(register Shnode_t *t) function
280 return(sh_tclear(t->par.partre));
285 return(sh_tclear(t->fork.forktre));
287 n=sh_tclear(t->if_.iftre);
288 n+=sh_tclear(t->if_.thtre);
289 n+=sh_tclear(t->if_.eltre);
293 n=sh_tclear((Shnode_t*)(t->wh.whinc));
294 n+=sh_tclear(t->wh.whtre);
295 n+=sh_tclear(t->wh.dotre);
301 n=sh_tclear(
358 # define sh_tclear macro
[all...]

Completed in 19 milliseconds