HomeSort by: relevance | last modified time | path
    Searched defs:tui_rl_delete_other_windows (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui.c 182 tui_rl_delete_other_windows (int notused1, int notused2) function
309 rl_add_defun ("tui-delete-other-windows", tui_rl_delete_other_windows, -1);
350 rl_bind_key_in_map ('1', tui_rl_delete_other_windows, emacs_ctlx_keymap);
351 rl_bind_key_in_map ('1', tui_rl_delete_other_windows, tui_ctlx_keymap);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui.c 200 tui_rl_delete_other_windows (int notused1, int notused2) function
327 rl_add_defun ("tui-delete-other-windows", tui_rl_delete_other_windows, -1);
368 rl_bind_key_in_map ('1', tui_rl_delete_other_windows, emacs_ctlx_keymap);
369 rl_bind_key_in_map ('1', tui_rl_delete_other_windows, tui_ctlx_keymap);

Completed in 26 milliseconds