Searched refs:LASTTOKEN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dmaketab.c109 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1)
137 if (tok < FIRSTTOKEN || tok > LASTTOKEN) {
161 printf(" if (n < FIRSTTOKEN || n > LASTTOKEN) {\n");
H A Dytab.h135 LASTTOKEN = 351 enumerator in enum:yytokentype
232 #define LASTTOKEN 351 macro
H A Dproctab.c99 (char *) "LASTTOKEN", /* 351 */
197 nullproc, /* LASTTOKEN */
204 if (n < FIRSTTOKEN || n > LASTTOKEN) {
H A Dytabh.bak124 LASTTOKEN = 350
219 #define LASTTOKEN 350
H A Dawk.h182 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc)
H A Dytab.c162 LASTTOKEN = 351 enumerator in enum:yytokentype
259 #define LASTTOKEN 351 macro
740 "INDIRECT", "LASTTOKEN", "$accept", "program", "and", "bor", "comma",
H A Dawkgram.y93 %token LASTTOKEN /* must be last */
H A Dytabc.bak148 LASTTOKEN = 350
243 #define LASTTOKEN 350
603 "UMINUS", "NOT", "POWER", "INCR", "DECR", "INDIRECT", "LASTTOKEN",

Completed in 197 milliseconds