Searched refs:boolop (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ | ||
D | proto.h | 163 extern Cell *boolop(Node **, int); |
D | run.c | 612 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function |