Searched refs:tokchr (Results 1 – 1 of 1) sorted by relevance
1254 int c, tokchr; in yylex() local1285 switch (tokchr = *tokstart) in yylex()1368 if (tokchr == '0' && (p[1] == 'x' || p[1] == 'X')) in yylex()1374 else if (tokchr == '0' && (p[1]=='t' || p[1]=='T' || p[1]=='d' || p[1]=='D')) in yylex()1463 return tokchr; in yylex()1497 return tokchr; in yylex()1553 return (tokchr == '@' ? NSSTRING : STRING); in yylex()1556 if (!(tokchr == '_' || tokchr == '$' || in yylex()1557 (tokchr >= 'a' && tokchr <= 'z') || (tokchr >= 'A' && tokchr <= 'Z'))) in yylex()