Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dawk.h181 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc) macro
Drun.c155 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */ in execute()