Searched defs:makeparent (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 51 static Shnode_t *makeparent(Lex_t*, int, Shnode_t*); 240 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) function 500 left = makeparent(lexp,TFORK|type, left); 564 t = makeparent(lexp,TFORK|FPOU,t); 576 tt= makeparent(lexp,TSETIO|FPIN|FPCL,tt); 1253 t=makeparent(lexp,tok,t); 1270 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t);
|
Completed in 54 milliseconds