Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgo-exp.y979 int saw_structop = last_was_structop; in lex_one_token() local
1016 else if (saw_structop) in lex_one_token()
Df-exp.y1421 bool saw_structop = last_was_structop; in yylex() local
1467 else if (pstate->parse_completion && saw_structop) in yylex()
Dd-exp.y1027 int saw_structop = last_was_structop; in lex_one_token() local
1066 else if (saw_structop) in lex_one_token()
Dc-exp.y2675 bool saw_structop = last_was_structop; in lex_one_token() local
2744 else if (par_state->parse_completion && saw_structop) in lex_one_token()
DChangeLog-2013520 (yylex): Remove saw_structop local variable.