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

  /src/external/gpl3/gdb/dist/readline/readline/
vi_mode.c 1471 rl_vi_change_to (int count, int key) function
2104 /* If we are redoing, rl_vi_change_to will stuff the last motion char */
2108 return (rl_vi_change_to (count, 'c'));
  /src/external/gpl3/gdb.old/dist/readline/readline/
vi_mode.c 1481 rl_vi_change_to (int count, int key) function
2098 /* If we are redoing, rl_vi_change_to will stuff the last motion char */
2102 return (rl_vi_change_to (count, 'c'));

Completed in 15 milliseconds