Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c55 static Shnode_t *makeparent(Lex_t*, int, Shnode_t*);
244 static Shnode_t *makeparent(Lex_t *lp, int flag, Shnode_t *child) in makeparent() function
523 left = makeparent(lexp,TFORK|type, left); in sh_cmd()
592 t = makeparent(lexp,TFORK|FPOU,t); in term()
608 tt= makeparent(lexp,TSETIO|FPIN|FPCL,tt); in term()
1376 t=makeparent(lexp,tok,t); in item()
1393 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()