Searched refs:boolop (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/one-true-awk/ | ||
H A D | proto.h | 165 extern Cell *boolop(Node **, int); |
H A D | run.c | 853 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function |