Lines Matching defs:redisplay
429 int redisplay; /* If true, the input line will be redrawn */
1185 static int _gl_raw_io(GetLine *gl, int redisplay);
1373 {"redisplay", gl_redisplay},
1488 {"^R", "redisplay"},
1551 {"^R", "redisplay"},
1698 {"M-^R", "redisplay"},
1801 gl->redisplay = 0;
4838 * Mark the redisplay operation as having been completed.
4840 gl->redisplay = 0;
5565 * If we don't have to redisplay the whole line, redisplay the part
6847 return gl->redisplay && !gl->postpone && gl_redisplay(gl, 1, NULL);
10467 gl->redisplay = 0;
10669 * call gl_raw_io() to redisplay the line and resume editing.
10723 static int _gl_raw_io(GetLine *gl, int redisplay)
10750 if(redisplay) {
11127 * mode, restore this mode, and queue a redisplay of the input line.
11958 * If an input line is in the process of being edited, redisplay it to
12197 gl->redisplay = 1;
12438 * redisplay the current input line.