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

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui.c 196 tui_rl_other_window (int count, int key) function
311 rl_add_defun ("tui-other-window", tui_rl_other_window, -1);
354 rl_bind_key_in_map ('o', tui_rl_other_window, emacs_ctlx_keymap);
355 rl_bind_key_in_map ('o', tui_rl_other_window, tui_ctlx_keymap);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui.c 214 tui_rl_other_window (int count, int key) function
329 rl_add_defun ("tui-other-window", tui_rl_other_window, -1);
372 rl_bind_key_in_map ('o', tui_rl_other_window, emacs_ctlx_keymap);
373 rl_bind_key_in_map ('o', tui_rl_other_window, tui_ctlx_keymap);

Completed in 22 milliseconds