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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c51 static Shnode_t *makeparent(Lex_t*, int, Shnode_t*);
240 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) function
512 left = makeparent(lexp,TFORK|type, left);
580 t = makeparent(lexp,TFORK|FPOU,t);
596 tt= makeparent(lexp,TSETIO|FPIN|FPCL,tt);
1357 t=makeparent(lexp,tok,t);
1374 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t);

Completed in 18 milliseconds