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

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dinput.c99 static int rl_get_char PARAMS((int *));
172 rl_get_char (int *key) function
391 while ((t = rl_get_char (&key)) &&
475 if (rl_get_char (&c) != 0)
494 if (rl_get_char (&c) == 0)
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c101 static int rl_get_char PARAMS((int *));
174 rl_get_char (int *key) function
410 while ((t = rl_get_char (&key)) &&
494 if (rl_get_char (&c) != 0)
513 if (rl_get_char (&c) == 0)

Completed in 101 milliseconds