Searched refs:sh_tclear (Results 1 – 1 of 1) sorted by relevance
202 static int sh_tclear(register Shnode_t *t) in sh_tclear() function211 return(sh_tclear(t->par.partre)); in sh_tclear()216 return(sh_tclear(t->fork.forktre)); in sh_tclear()218 n=sh_tclear(t->if_.iftre); in sh_tclear()219 n+=sh_tclear(t->if_.thtre); in sh_tclear()220 n+=sh_tclear(t->if_.eltre); in sh_tclear()224 n=sh_tclear((Shnode_t*)(t->wh.whinc)); in sh_tclear()225 n+=sh_tclear(t->wh.whtre); in sh_tclear()226 n+=sh_tclear(t->wh.dotre); in sh_tclear()232 n=sh_tclear(t->lst.lstlef); in sh_tclear()[all …]