Searched refs:MINTOKEN (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 32 #define MINTOKEN 257 macro
|
H A D | expr.h | 84 #define DELETE MINTOKEN /* exexpr() delete `type' */
|
H A D | exeval.c | 47 if (op > MINTOKEN && op < MAXTOKEN) 48 return (char*)exop[op - MINTOKEN]; 54 if (subop > MINTOKEN && subop < MAXTOKEN) 55 sfsprintf(b, MAXNAME, "%s=", exop[subop - MINTOKEN]);
|
H A D | exgram.h | 29 #if !defined(_EXGRAM_H) && ( defined(MINTOKEN) || defined(YYTOKENTYPE) )
|
H A D | exparse.y | 49 %token MINTOKEN
|
H A D | Oexparse.c | 73 #define MINTOKEN 257 macro 622 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"MINTOKEN",
|
Completed in 37 milliseconds