Home
last modified time | relevance | path

Searched refs:boolop (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h401 extern Cell *boolop(Node **, int);
H A Drun.c706 boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c228 boolop(NODE **a, int n) in boolop() function