Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y771 } tokentab2[] = variable
837 for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++) in yylex()
838 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2)) in yylex()
841 return tokentab2[i].token; in yylex()
H A Dp-exp.y1038 static const struct token tokentab2[] = variable
1102 for (i = 0; i < sizeof (tokentab2) / sizeof (tokentab2[0]); i++) in yylex()
1103 if (strncasecmp (tokstart, tokentab2[i].operator, 2) == 0 in yylex()
1104 && (!isalpha (tokentab2[i].operator[0]) || explen == 2 in yylex()
1108 yylval.opcode = tokentab2[i].opcode; in yylex()
1109 return tokentab2[i].token; in yylex()
H A Djv-exp.y841 static const struct token tokentab2[] = variable
892 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
893 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0) in yylex()
896 yylval.opcode = tokentab2[i].opcode; in yylex()
897 return tokentab2[i].token; in yylex()
H A Dobjc-exp.y1225 static const struct token tokentab2[] = variable
1276 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
1277 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2)) in yylex()
1280 yylval.opcode = tokentab2[i].opcode; in yylex()
1281 return tokentab2[i].token; in yylex()
H A Dc-exp.y1276 static const struct token tokentab2[] = variable
1345 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
1346 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0) in yylex()
1349 yylval.opcode = tokentab2[i].opcode; in yylex()
1350 return tokentab2[i].token; in yylex()
H A Dp-exp.c2381 static const struct token tokentab2[] = variable
2445 for (i = 0; i < sizeof (tokentab2) / sizeof (tokentab2[0]); i++) in yylex()
2446 if (strncasecmp (tokstart, tokentab2[i].operator, 2) == 0 in yylex()
2447 && (!isalpha (tokentab2[i].operator[0]) || explen == 2 in yylex()
2451 yylval.opcode = tokentab2[i].opcode; in yylex()
2452 return tokentab2[i].token; in yylex()
H A Djv-exp.c2228 static const struct token tokentab2[] = variable
2279 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
2280 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0) in yylex()
2283 yylval.opcode = tokentab2[i].opcode; in yylex()
2284 return tokentab2[i].token; in yylex()
H A Dm2-exp.c2283 } tokentab2[] = variable
2349 for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++) in yylex()
2350 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2)) in yylex()
2353 return tokentab2[i].token; in yylex()
H A Dc-exp.c2928 static const struct token tokentab2[] = variable
2997 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
2998 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0) in yylex()
3001 yylval.opcode = tokentab2[i].opcode; in yylex()
3002 return tokentab2[i].token; in yylex()
H A Dobjc-exp.c2888 static const struct token tokentab2[] = variable
2939 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++) in yylex()
2940 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2)) in yylex()
2943 yylval.opcode = tokentab2[i].opcode; in yylex()
2944 return tokentab2[i].token; in yylex()
H A DChangeLog-199248 * ch-exp.y (tokentab2): Add GDB_ASSIGNMENT.
300 * c-exp.y (tokentab2, tokentab3), c-lang.c (c_op_print_tab),
395 * ch-exp.y (tokentab2, tokentab3, tokentab4, tokentab5),
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.414738 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
H A DChangeLog.311970 * cppexp.c (tokentab2): Make const.
H A DChangeLog.69169 * tradcif.y (token, tokentab2, yylex): Likewise.