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

/freebsd-11-stable/contrib/libreadline/
H A Dinput.c93 static int rl_get_char PARAMS((int *));
129 rl_get_char (key) function
351 while ((t = rl_get_char (&key)) &&
437 while (rl_event_hook && rl_get_char (&c) == 0)
451 if (rl_get_char (&c) == 0)

Completed in 196 milliseconds