Searched refs:current_token (Results 1 – 6 of 6) sorted by relevance
2065 re_token_t current_token; in parse() local2067 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()
6435 (mi_cmd_execute): Set current_token even for commands6672 * mi/mi-main.h (current_token, running_result_record_printed):8678 * mi/mi-main.c (last_async_command): Rename to current_token.
11658 * mi/mi-main.c (mi_execute_command): Set current_token here.11659 (mi_cmd_execute): Do not set current_token here.
26616 gdb/mi: make current_token a field of mi_interp26619 current_token a field of mi_interp. This variable contains the token of43218 memory management. It also makes current_token 'const' in order to