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

/freebsd-10.0-release/contrib/libreadline/
H A Dkill.c75 static int _rl_copy_word_as_kill PARAMS((int, int));
453 _rl_copy_word_as_kill (count, dir) function
488 return (_rl_copy_word_as_kill (count, 1));
498 return (_rl_copy_word_as_kill (count, -1));

Completed in 157 milliseconds