Lines Matching refs:sTEXT
29 #define sTEXT -1 macro
391 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT; in dlg_editbox()
486 if (state != sTEXT) { in dlg_editbox()
495 (state != sTEXT) ? state : 99, in dlg_editbox()
498 if (state == sTEXT) { in dlg_editbox()
509 key = dlg_mouse_wgetch((state == sTEXT) ? editing : dialog, &fkey); in dlg_editbox()
517 if (state != sTEXT) { in dlg_editbox()
549 if (state != sTEXT) { in dlg_editbox()
550 state = sTEXT; in dlg_editbox()
561 if (state == sTEXT) { /* editing box selected */ in dlg_editbox()
674 state = dlg_prev_ok_buttonindex(state, sTEXT); in dlg_editbox()
680 state = dlg_next_ok_buttonindex(state, sTEXT); in dlg_editbox()
683 if (state == sTEXT) { in dlg_editbox()
722 if (state != sTEXT) { in dlg_editbox()