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

  /src/external/gpl3/gdb/dist/readline/readline/
text.c 482 rl_forward_word (int count, int key) function
539 return (rl_forward_word (-count, key));
546 /* Like rl_forward_word (), except that we look at the characters
1461 rl_forward_word (count, 0);
1595 rl_forward_word (count, key);
1601 rl_forward_word (1, key);
  /src/external/gpl3/gdb.old/dist/readline/readline/
text.c 480 rl_forward_word (int count, int key) function
537 return (rl_forward_word (-count, key));
544 /* Like rl_forward_word (), except that we look at the characters
1414 rl_forward_word (count, 0);
1545 rl_forward_word (count, key);
1551 rl_forward_word (1, key);

Completed in 20 milliseconds