Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c230 const char *nested_cmd = nullptr; in with_command_1() local
236 nested_cmd = repeat_previous (); in with_command_1()
250 if (nested_cmd == nullptr) in with_command_1()
251 nested_cmd = skip_spaces (delim + 2); in with_command_1()
264 execute_command (nested_cmd, from_tty); in with_command_1()
312 const char *nested_cmd = skip_spaces (delim + 2); in with_command_completer_1() local
313 tracker.advance_custom_word_point_by (nested_cmd - text); in with_command_completer_1()
314 complete_nested_command_line (tracker, nested_cmd); in with_command_completer_1()