Home | History | Annotate | Download | only in re2c

Lines Matching defs:curtok

20 static int curtok, peektok;
24 #define get_next_token() (curtok = yylex())
45 while (curtok != 0) {
46 switch (curtok) {
55 if (curtok != ';')
70 if (curtok == '/') {
76 if (curtok != CODE)
90 while (curtok == '|') {
103 while (curtok == '\\') {
130 while (curtok == CLOSE || curtok == CLOSESIZE) {
131 switch (curtok) {
167 switch (curtok) {
182 if (curtok != ')')