Searched refs:boolop (Results 1 – 2 of 2) sorted by relevance
166 extern Cell *boolop(Node **, int);
852 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function