Lines Matching defs:toktype
45 int toktype;50 toktype = EOF;52 toktype = flexscan ();54 if (toktype == EOF || toktype == 0) {60 toktype = SECTEND;64 toktype = 0;73 switch (toktype) {94 (void) putc (toktype, stderr);207 toktype, yylval);212 return toktype;