/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | m2-exp.y | 771 } 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 D | p-exp.y | 1038 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 D | jv-exp.y | 841 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 D | objc-exp.y | 1225 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 D | c-exp.y | 1276 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 D | p-exp.c | 2381 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 D | jv-exp.c | 2228 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 D | m2-exp.c | 2283 } 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 D | c-exp.c | 2928 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 D | objc-exp.c | 2888 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 D | ChangeLog-1992 | 48 * 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 D | ChangeLog.4 | 14738 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
|
H A D | ChangeLog.3 | 11970 * cppexp.c (tokentab2): Make const.
|
H A D | ChangeLog.6 | 9169 * tradcif.y (token, tokentab2, yylex): Likewise.
|