Searched refs:tokentab2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.y772 } tokentab2[] =
838 for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++)
839 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2))
842 return tokentab2[i].token;
H A Dp-exp.y1039 static const struct token tokentab2[] =
1103 for (i = 0; i < sizeof (tokentab2) / sizeof (tokentab2[0]); i++)
1104 if (strncasecmp (tokstart, tokentab2[i].operator, 2) == 0
1105 && (!isalpha (tokentab2[i].operator[0]) || explen == 2
1109 yylval.opcode = tokentab2[i].opcode;
1110 return tokentab2[i].token;
H A Dc-exp.y1280 static const struct token tokentab2[] =
1349 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
1350 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
1353 yylval.opcode = tokentab2[i].opcode;
1354 return tokentab2[i].token;
H A Djv-exp.y833 static const struct token tokentab2[] =
884 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
885 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
888 yylval.opcode = tokentab2[i].opcode;
889 return tokentab2[i].token;
H A Dobjc-exp.y1226 static const struct token tokentab2[] =
1277 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
1278 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2))
1281 yylval.opcode = tokentab2[i].opcode;
1282 return tokentab2[i].token;
H A Dm2-exp.c2265 } tokentab2[] =
2331 for( i = 0 ; i < (int) (sizeof tokentab2 / sizeof tokentab2[0]) ; i++)
2332 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2))
2335 return tokentab2[i].token;
2261 } tokentab2[] = variable in typeref:struct:__anon1387
H A Djv-exp.c2207 static const struct token tokentab2[] =
2258 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
2259 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
2262 yylval.opcode = tokentab2[i].opcode;
2263 return tokentab2[i].token;
2203 static const struct token tokentab2[] = variable in typeref:struct:token
H A Dp-exp.c2364 static const struct token tokentab2[] =
2428 for (i = 0; i < sizeof (tokentab2) / sizeof (tokentab2[0]); i++)
2429 if (strncasecmp (tokstart, tokentab2[i].operator, 2) == 0
2430 && (!isalpha (tokentab2[i].operator[0]) || explen == 2
2434 yylval.opcode = tokentab2[i].opcode;
2435 return tokentab2[i].token;
2360 static const struct token tokentab2[] = variable in typeref:struct:token
H A Dc-exp.c2913 static const struct token tokentab2[] =
2982 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
2983 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
2986 yylval.opcode = tokentab2[i].opcode;
2987 return tokentab2[i].token;
2909 static const struct token tokentab2[] = variable in typeref:struct:token
H A Dobjc-exp.c2871 static const struct token tokentab2[] =
2922 for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
2923 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2))
2926 yylval.opcode = tokentab2[i].opcode;
2927 return tokentab2[i].token;
2867 static const struct token tokentab2[] = variable in typeref:struct:token

Completed in 116 milliseconds