Searched refs:history_skip (Results 1 – 1 of 1) sorted by relevance
556 rl_yank_nth_arg_internal (count, ignore, history_skip) in rl_yank_nth_arg_internal() argument557 int count, ignore, history_skip; in rl_yank_nth_arg_internal()565 if (history_skip)567 for (i = 0; i < history_skip; i++)625 static int history_skip = 0; local634 history_skip = 0;645 history_skip += direction;646 if (history_skip < 0)647 history_skip = 0;651 retval = rl_yank_nth_arg_internal (count_passed, key, history_skip);[all …]