Searched refs:sTEXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/dialog/
H A Dinputbox.c30 #define sTEXT -1 macro
95 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT;
96 first = (state == sTEXT);
170 key = dlg_mouse_wgetch((state == sTEXT) ? editor : dialog, &fkey);
186 if (state == sTEXT) { /* Input box selected */
218 state = dlg_prev_ok_buttonindex(state, sTEXT);
222 state = dlg_next_ok_buttonindex(state, sTEXT);
H A Dformbox.c425 #define sTEXT -1 macro
431 while (non_editable && state == sTEXT)
432 state = dlg_next_ok_buttonindex(state, sTEXT);
440 while (non_editable && state == sTEXT)
441 state = dlg_prev_ok_buttonindex(state, sTEXT);
494 int state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT;
588 state = next_valid_buttonindex(state, sTEXT, non_editable);
624 if (field_changed || state == sTEXT) {
641 key = dlg_mouse_wgetch((state == sTEXT) ? form : dialog, &fkey);
647 if (state != sTEXT) {
[all...]
H A Deditbox.c28 #define sTEXT -1 macro
371 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT;
465 if (state != sTEXT) {
474 (state != sTEXT) ? state : 99,
477 if (state == sTEXT) {
488 key = dlg_mouse_wgetch((state == sTEXT) ? editing : dialog, &fkey);
496 if (state != sTEXT) {
524 if (state != sTEXT) {
525 state = sTEXT;
533 if (state == sTEXT) { /* editin
[all...]
H A Dfselect.c70 ,sTEXT = -1 enumerator in enum:__anon946
585 int state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT;
587 int first = (state == sTEXT);
709 if (fill_lists(current, input, &d_list, &f_list, state < sTEXT))
736 case sTEXT:
753 key = dlg_mouse_wgetch((state == sTEXT) ? w_text : dialog, &fkey);
823 state = sTEXT;
834 } else { /* if (state < sTEXT) */
859 state = sTEXT;
891 state = sTEXT;
[all...]

Completed in 57 milliseconds