Home
last modified time | relevance | path

Searched refs:tokchr (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dobjc-exp.y1254 int c, tokchr; in yylex() local
1285 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()