HomeSort by: relevance | last modified time | path
    Searched defs:toktype (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/flex/dist/src/
yylex.c 50 int toktype; local
54 toktype = EOF;
56 toktype = flexscan ();
58 if (toktype == EOF || toktype == 0) {
64 toktype = SECTEND;
68 toktype = 0;
77 switch (toktype) {
98 (void) putc (toktype, stderr);
212 toktype, yylval)
    [all...]

Completed in 15 milliseconds