Home
last modified time | relevance | path

Searched refs:M_REDRAW_INIT (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/urlview/urlview-45443109/
H A Denter.c120 M_REDRAW_INIT = 1, /* recalculate lengths */ enumerator
140 int redraw = M_REDRAW_INIT; /* when/what to redraw */ in mutt_enter_string()
148 if (redraw == M_REDRAW_INIT) in mutt_enter_string()
171 if (redraw != M_REDRAW_INIT) in mutt_enter_string()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Denter.c35 M_REDRAW_INIT = 1, /* go to end of line and redraw */ enumerator
244 redraw = M_REDRAW_INIT; in _mutt_enter_string()
266 if (redraw == M_REDRAW_INIT) in _mutt_enter_string()
306 redraw = M_REDRAW_INIT; in _mutt_enter_string()
312 redraw = M_REDRAW_INIT; in _mutt_enter_string()
336 redraw= M_REDRAW_INIT; in _mutt_enter_string()