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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c77 static const struct tui_char_command tui_commands[] = { variable in typeref:struct:tui_char_command
241 for (i = 0; tui_commands[i].cmd; i++)
243 if (tui_commands[i].key == key)
247 char* cmd = alloca (strlen (tui_commands[i].cmd) + 1);
248 strcpy (cmd, tui_commands[i].cmd);
322 for (i = 0; tui_commands[i].cmd; i++)
323 rl_bind_key_in_map (tui_commands[i].key, tui_rl_command_key, tui_keymap);
333 for (j = 0; tui_commands[j].cmd; j++)
334 if (tui_commands[j].key == i)
337 if (tui_commands[
[all...]

Completed in 37 milliseconds