Home
last modified time | relevance | path

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

/external/one-true-awk/
Dawk.h205 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc) macro
Drun.c162 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */ in execute()