Searched refs:current_token (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | rust-parse.c | 251 current_token = lex_one_token (); in lex() 257 gdb_assert (current_token == type); in assume() 265 if (current_token != type) in require() 275 if (current_token != 0) in parse_entry_point() 320 current_token = 0; in reset() 344 int current_token = 0; member 1141 if (current_token == ')') in parse_tuple() 1149 if (current_token == ')') in parse_tuple() 1158 while (current_token != ')') in parse_tuple() 1160 if (current_token != ',') in parse_tuple() [all …]
|
| D | ChangeLog-2008 | 6435 (mi_cmd_execute): Set current_token even for commands 6672 * mi/mi-main.h (current_token, running_result_record_printed): 8678 * mi/mi-main.c (last_async_command): Rename to current_token.
|
| D | ChangeLog-2009 | 11658 * mi/mi-main.c (mi_execute_command): Set current_token here. 11659 (mi_cmd_execute): Do not set current_token here.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 155 if (mi->current_token) in mi_cmd_gdb_exit() 156 gdb_puts (mi->current_token, mi->raw_stdout); in mi_cmd_gdb_exit() 1817 = make_scoped_restore (&mi->current_token, context->token.c_str ()); in captured_mi_execute_command() 1994 scoped_restore save_token = make_scoped_restore (&mi->current_token, in mi_execute_command() 2228 if (mi->current_token) in mi_load_progress() 2229 gdb_puts (mi->current_token, mi->raw_stdout); in mi_load_progress() 2246 if (mi->current_token) in mi_load_progress() 2247 gdb_puts (mi->current_token, mi->raw_stdout); in mi_load_progress()
|
| D | mi-interp.h | 106 const char *current_token; variable
|
| D | mi-interp.c | 675 mi->current_token ? mi->current_token : ""); in mi_on_resume_1()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | regcomp.c | 2065 re_token_t current_token; in parse() local 2067 fetch_token (¤t_token, regexp, syntax | REG_CARET_ANCHORS_HERE); in parse() 2068 tree = parse_reg_exp (regexp, preg, ¤t_token, syntax, 0, err); in parse()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 26616 gdb/mi: make current_token a field of mi_interp 26619 current_token a field of mi_interp. This variable contains the token of 43218 memory management. It also makes current_token 'const' in order to
|