Searched refs:rl_redisplay (Results 1 – 11 of 11) sorted by relevance
152 rl_redisplay(); in edit_deinit()191 rl_redisplay(); in edit_redraw()
224 void rl_redisplay(void);
50 #define CUSTOM_REDISPLAY_FUNC() (rl_redisplay_function != rl_redisplay)
388 extern void rl_redisplay PARAMS((void));
444 if (_rl_echoing_p == 0 && rl_redisplay_function == rl_redisplay) in readline_internal_setup()
169 rl_voidfunc_t *rl_redisplay_function = rl_redisplay;742 rl_redisplay (void) in rl_redisplay() function
42 * readline/display.c (init_line_structures, rl_redisplay): Ensure191 * display.c (rl_redisplay): Wrap the function by the calls to1469 * readline.c: rl_redisplay (), added prompt_this_line variable
2183 rl_redisplay(void) in rl_redisplay() function
491 By default, it is set to @code{rl_redisplay}, the default Readline992 @deftypefun void rl_redisplay (void)
1952 By default, it is set to 'rl_redisplay', the default Readline2433 -- Function: void rl_redisplay (void)5049 * rl_redisplay: Redisplay. (line 6)
37813 rl_redisplay will not do it for us. If the calling application has a37815 if (_rl_echoing_p == 0 && rl_redisplay_function == rl_redisplay)