Searched refs:notlegal (Results 1 – 2 of 2) sorted by relevance
205 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc) macro
162 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */ in execute()