Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dproto.h166 extern Cell *boolop(Node **, int);
Drun.c852 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function