Home
last modified time | relevance | path

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

/openbsd/usr.bin/awk/
H A Dawk.h219 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc) macro
H A Drun.c164 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */ in execute()