Searched refs:tokentab3 (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-exp.y1026 static const struct token tokentab3[] =
1091 for (i = 0; i < sizeof (tokentab3) / sizeof (tokentab3[0]); i++)
1092 if (strncasecmp (tokstart, tokentab3[i].operator, 3) == 0
1093 && (!isalpha (tokentab3[i].operator[0]) || explen == 3
1097 yylval.opcode = tokentab3[i].opcode;
1098 return tokentab3[i].token;
H A Dc-exp.y1274 static const struct token tokentab3[] =
1340 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
1341 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
1344 yylval.opcode = tokentab3[i].opcode;
1345 return tokentab3[i].token;
H A Djv-exp.y827 static const struct token tokentab3[] =
875 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
876 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
879 yylval.opcode = tokentab3[i].opcode;
880 return tokentab3[i].token;
H A Dobjc-exp.y1220 static const struct token tokentab3[] =
1268 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
1269 if (DEPRECATED_STREQN (tokstart, tokentab3[i].operator, 3))
1272 yylval.opcode = tokentab3[i].opcode;
1273 return tokentab3[i].token;
H A Djv-exp.c2201 static const struct token tokentab3[] =
2249 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
2250 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
2253 yylval.opcode = tokentab3[i].opcode;
2254 return tokentab3[i].token;
2197 static const struct token tokentab3[] = variable in typeref:struct:token
H A Dp-exp.c2351 static const struct token tokentab3[] =
2416 for (i = 0; i < sizeof (tokentab3) / sizeof (tokentab3[0]); i++)
2417 if (strncasecmp (tokstart, tokentab3[i].operator, 3) == 0
2418 && (!isalpha (tokentab3[i].operator[0]) || explen == 3
2422 yylval.opcode = tokentab3[i].opcode;
2423 return tokentab3[i].token;
2347 static const struct token tokentab3[] = variable in typeref:struct:token
H A Dc-exp.c2907 static const struct token tokentab3[] =
2973 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
2974 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
2977 yylval.opcode = tokentab3[i].opcode;
2978 return tokentab3[i].token;
2903 static const struct token tokentab3[] = variable in typeref:struct:token
H A Dobjc-exp.c2865 static const struct token tokentab3[] =
2913 for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
2914 if (DEPRECATED_STREQN (tokstart, tokentab3[i].operator, 3))
2917 yylval.opcode = tokentab3[i].opcode;
2918 return tokentab3[i].token;
2861 static const struct token tokentab3[] = variable in typeref:struct:token

Completed in 121 milliseconds