Searched defs:redisplay (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c61 int redisplay; /* XPG6 assertion 313 [count]r\n : Also used in ex_vops2.c */ variable
155 if (redisplay) {
159 redisplay = 0;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c429 int redisplay; /* If true, the input line will be redrawn */ member in struct:GetLine
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 th
10723 _gl_raw_io(GetLine *gl, int redisplay) argument
[all...]

Completed in 76 milliseconds