Home
last modified time | relevance | path

Searched refs:rl_message (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dmisc.c107 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 Dreadline.h406 extern int rl_message (const char *, ...) __attribute__((__format__ (printf, 1, 2)));
408 extern int rl_message ();
H A Dsearch.c242 rl_message ("%s", p); in _rl_nsearch_init()
H A Ddisplay.c2924 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 DChangeLog.gdb103 rl_message().
1158 (rl_digit_loop): Add arg to call to rl_message().
H A DCHANGES1302 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 Dreadline.h250 void rl_message(const char *format, ...)
/netbsd-src/lib/libedit/
H A Dreadline.c2376 rl_message(const char *format, ...) in rl_message() function
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi1037 @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 Dreadline.info2469 -- 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)