Searched refs:makebinary (Results 1 – 1 of 1) sorted by relevance
/freebsd/bin/sh/ |
H A D | parser.c | 115 static union node *makebinary(int type, union node *n1, union node *n2); 294 n1 = makebinary(NSEMI, ntop, n2); in list() 298 n3 = makebinary(NSEMI, n1->nbinary.ch2, n2); in list() 355 n = makebinary(t, n, pipeline()); in andor() 466 n1 = makebinary((t == TWHILE)? NWHILE : NUNTIL, n1, list(0)); in command() 709 makebinary(int type, union node *n1, union node *n2) in makebinary() function
|