Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dproto.h163 extern Cell *boolop(Node **, int);
Drun.c612 Cell *boolop(Node **a, int n) /* a[0] || a[1], a[0] && a[1], !a[0] */ in boolop() function