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