Home
last modified time | relevance | path

Searched refs:redraw_only (Results 1 – 4 of 4) sorted by relevance

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYForms.c31 int redraw_only);
68 int redraw_only) in change_form_link_ex() argument
197 c = form_getstr(cur, use_last_tfpos, redraw_only); in change_form_link_ex()
211 if (redraw_only) { in change_form_link_ex()
362 int redraw_only) in form_getstr() argument
408 show_formlink_statusline(form, redraw_only ? FOR_PANEL : FOR_INPUT); in form_getstr()
423 if (redraw_only) { in form_getstr()
441 if (!redraw_only) { in form_getstr()
456 if (redraw_only) { in form_getstr()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYForms.c31 int redraw_only);
68 int redraw_only) in change_form_link_ex() argument
197 c = form_getstr(cur, use_last_tfpos, redraw_only); in change_form_link_ex()
211 if (redraw_only) { in change_form_link_ex()
362 int redraw_only) in form_getstr() argument
408 show_formlink_statusline(form, redraw_only ? FOR_PANEL : FOR_INPUT); in form_getstr()
423 if (redraw_only) { in form_getstr()
441 if (!redraw_only) { in form_getstr()
456 if (redraw_only) { in form_getstr()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtState.h228 void Execute(bool redraw_only=false);
H A DC4ConsoleQtState.cpp809 void C4ConsoleGUIState::Execute(bool redraw_only) in Execute() argument