Home
last modified time | relevance | path

Searched refs:nullproc (Results 1 – 3 of 3) sorted by relevance

/external/one-true-awk/
Dawk.h205 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc)
Dproto.h194 extern Cell *nullproc(Node **, int);
Drun.c1752 Cell *nullproc(Node **a, int n) in nullproc() function