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