Searched refs:rl_message (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | misc.c | 107 rl_message ("(arg: %d) ", rl_arg_sign * rl_numeric_arg); in _rl_arg_getchar() 234 rl_message ("(arg: %d) ", rl_arg_sign * rl_numeric_arg); in rl_digit_argument() 277 rl_message ("(arg: %d) ", rl_arg_sign * rl_numeric_arg); in _rl_arg_callback()
|
H A D | readline.h | 406 extern int rl_message (const char *, ...) __attribute__((__format__ (printf, 1, 2))); 408 extern int rl_message ();
|
H A D | search.c | 242 rl_message ("%s", p); in _rl_nsearch_init()
|
H A D | display.c | 2924 rl_message (const char *format, ...) in rl_message() function 2926 rl_message (va_alist) in rl_message() 2994 rl_message (format, arg1, arg2) in rl_message() function
|
H A D | ChangeLog.gdb | 103 rl_message(). 1158 (rl_digit_loop): Add arg to call to rl_message().
|
H A D | CHANGES | 1302 b. Changed rl_message() to use vsnprintf(3) (if available) to fix buffer 1736 with rl_message and have the prompt restored correctly when the message
|
/netbsd-src/lib/libedit/readline/ |
H A D | readline.h | 250 void rl_message(const char *format, ...)
|
/netbsd-src/lib/libedit/ |
H A D | readline.c | 2376 rl_message(const char *format, ...) in rl_message() function
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | rltech.texi | 1037 @deftypefun int rl_message (const char *, @dots{}) 1049 @code{rl_save_prompt} before the last call to @code{rl_message}, 1055 displaying a new message in the message area with @code{rl_message()}. 1062 to @code{rl_message}, this function should be called before the
|
H A D | readline.info | 2469 -- Function: int rl_message (const char *, ...) 2480 call to 'rl_save_prompt' before the last call to 'rl_message', call 2485 displaying a new message in the message area with 'rl_message()'. 2490 save the prompt before a call to 'rl_message', this function should 5020 * rl_message: Redisplay. (line 42)
|