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

/freebsd-11-stable/contrib/libreadline/
H A Dmisc.c129 if (_rl_keymap[c].type == ISFUNC && _rl_keymap[c].function == rl_universal_argument)
253 rl_universal_argument (count, key) function
H A Dfunmap.c133 { "universal-argument", rl_universal_argument },
H A Dreadline.h85 extern int rl_universal_argument PARAMS((int, int));
H A Dvi_mode.c996 if (c >= 0 && _rl_keymap[c].type == ISFUNC && _rl_keymap[c].function == rl_universal_argument)

Completed in 139 milliseconds