Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h165 extern Cell *boolop(Node **, int);
H A Drun.c853 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function