Home
last modified time | relevance | path

Searched refs:pos_flags (Results 1 – 25 of 51) sorted by relevance

123

/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dquick.h16 .pos_flags = WPOS_KEEP_DEFAULT, \
30 .pos_flags = WPOS_KEEP_DEFAULT, \
45 .pos_flags = WPOS_KEEP_DEFAULT, \
66 .pos_flags = WPOS_KEEP_DEFAULT, \
87 .pos_flags = WPOS_KEEP_DEFAULT, \
101 .pos_flags = WPOS_KEEP_DEFAULT, \
116 .pos_flags = WPOS_KEEP_DEFAULT, \
129 .pos_flags = WPOS_KEEP_DEFAULT, \
144 .pos_flags = WPOS_KEEP_DEFAULT, \
158 .pos_flags = WPOS_KEEP_DEFAULT, \
[all …]
H A Dgroup.c389 if ((c->pos_flags & WPOS_CENTER_HORZ) != 0) in group_widget_set_position()
391 else if ((c->pos_flags & WPOS_KEEP_LEFT) != 0 && (c->pos_flags & WPOS_KEEP_RIGHT) != 0) in group_widget_set_position()
396 else if ((c->pos_flags & WPOS_KEEP_LEFT) != 0) in group_widget_set_position()
398 else if ((c->pos_flags & WPOS_KEEP_RIGHT) != 0) in group_widget_set_position()
401 if ((c->pos_flags & WPOS_CENTER_VERT) != 0) in group_widget_set_position()
403 else if ((c->pos_flags & WPOS_KEEP_TOP) != 0 && (c->pos_flags & WPOS_KEEP_BOTTOM) != 0) in group_widget_set_position()
408 else if ((c->pos_flags & WPOS_KEEP_TOP) != 0) in group_widget_set_position()
410 else if ((c->pos_flags & WPOS_KEEP_BOTTOM) != 0) in group_widget_set_position()
776 if ((pos_flags & WPOS_CENTER_HORZ) != 0) in group_add_widget_autopos()
779 if ((pos_flags & WPOS_CENTER_VERT) != 0) in group_add_widget_autopos()
[all …]
H A Dlistbox-window.c66 widget_pos_flags_t pos_flags = WPOS_TRYUP; in create_listbox_window_centered() local
83 pos_flags |= WPOS_CENTER; in create_listbox_window_centered()
108 dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, listbox_colors, in create_listbox_window_centered()
H A Ddialog.c397 dlg_create (gboolean modal, int y1, int x1, int lines, int cols, widget_pos_flags_t pos_flags, in dlg_create() argument
408 widget_adjust_position (pos_flags, &y1, &x1, &lines, &cols); in dlg_create()
412 w->pos_flags = pos_flags; in dlg_create()
421 w->mouse.forced_capture = mouse_close_dialog && (w->pos_flags & WPOS_FULLSCREEN) == 0; in dlg_create()
486 if ((WIDGET (d->data)->pos_flags & WPOS_FULLSCREEN) != 0) in do_refresh()
H A Dwidget-common.c319 w->pos_flags = WPOS_KEEP_DEFAULT; in widget_init()
403 widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols) in widget_adjust_position() argument
405 if ((pos_flags & WPOS_FULLSCREEN) != 0) in widget_adjust_position()
414 if ((pos_flags & WPOS_CENTER_HORZ) != 0) in widget_adjust_position()
417 if ((pos_flags & WPOS_CENTER_VERT) != 0) in widget_adjust_position()
420 if ((pos_flags & WPOS_TRYUP) != 0) in widget_adjust_position()
H A Dwtools.c73 if ((w->pos_flags & WPOS_CENTER) == 0) in query_default_callback()
97 if (prev_dlg == NULL || (WIDGET (prev_dlg)->pos_flags & WPOS_FULLSCREEN) != 0) in query_default_callback()
283 widget_pos_flags_t pos_flags = in query_dialog() local
310 dlg_create (TRUE, 0, 0, lines, cols, pos_flags, FALSE, query_colors, query_default_callback, in query_dialog()
H A Ddialog.h101 widget_pos_flags_t pos_flags, gboolean compact,
H A Dbackground.c70 w->pos_flags |= WPOS_KEEP_ALL; in background_adjust()
H A Dgroup.h49 unsigned long group_add_widget_autopos (WGroup * g, void *w, widget_pos_flags_t pos_flags,
H A Dwidget-common.h135 widget_pos_flags_t pos_flags; /* repositioning flags */ member
211 void widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols);
H A Dframe.c65 w->pos_flags |= WPOS_KEEP_ALL; in frame_adjust()
H A Dlabel.c88 align = (w->pos_flags & WPOS_CENTER_HORZ) != 0 ? J_CENTER_LEFT : J_LEFT; in label_callback()
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Dquick.h16 .pos_flags = WPOS_KEEP_DEFAULT, \
30 .pos_flags = WPOS_KEEP_DEFAULT, \
45 .pos_flags = WPOS_KEEP_DEFAULT, \
66 .pos_flags = WPOS_KEEP_DEFAULT, \
87 .pos_flags = WPOS_KEEP_DEFAULT, \
101 .pos_flags = WPOS_KEEP_DEFAULT, \
116 .pos_flags = WPOS_KEEP_DEFAULT, \
129 .pos_flags = WPOS_KEEP_DEFAULT, \
144 .pos_flags = WPOS_KEEP_DEFAULT, \
158 .pos_flags = WPOS_KEEP_DEFAULT, \
[all …]
H A Dgroup.c389 if ((c->pos_flags & WPOS_CENTER_HORZ) != 0) in group_widget_set_position()
391 else if ((c->pos_flags & WPOS_KEEP_LEFT) != 0 && (c->pos_flags & WPOS_KEEP_RIGHT) != 0) in group_widget_set_position()
396 else if ((c->pos_flags & WPOS_KEEP_LEFT) != 0) in group_widget_set_position()
398 else if ((c->pos_flags & WPOS_KEEP_RIGHT) != 0) in group_widget_set_position()
401 if ((c->pos_flags & WPOS_CENTER_VERT) != 0) in group_widget_set_position()
403 else if ((c->pos_flags & WPOS_KEEP_TOP) != 0 && (c->pos_flags & WPOS_KEEP_BOTTOM) != 0) in group_widget_set_position()
408 else if ((c->pos_flags & WPOS_KEEP_TOP) != 0) in group_widget_set_position()
410 else if ((c->pos_flags & WPOS_KEEP_BOTTOM) != 0) in group_widget_set_position()
776 if ((pos_flags & WPOS_CENTER_HORZ) != 0) in group_add_widget_autopos()
779 if ((pos_flags & WPOS_CENTER_VERT) != 0) in group_add_widget_autopos()
[all …]
H A Dlistbox-window.c66 widget_pos_flags_t pos_flags = WPOS_TRYUP; in create_listbox_window_centered() local
83 pos_flags |= WPOS_CENTER; in create_listbox_window_centered()
108 dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, listbox_colors, in create_listbox_window_centered()
H A Ddialog.c397 dlg_create (gboolean modal, int y1, int x1, int lines, int cols, widget_pos_flags_t pos_flags, in dlg_create() argument
408 widget_adjust_position (pos_flags, &y1, &x1, &lines, &cols); in dlg_create()
412 w->pos_flags = pos_flags; in dlg_create()
421 w->mouse.forced_capture = mouse_close_dialog && (w->pos_flags & WPOS_FULLSCREEN) == 0; in dlg_create()
486 if ((WIDGET (d->data)->pos_flags & WPOS_FULLSCREEN) != 0) in do_refresh()
H A Dwidget-common.c319 w->pos_flags = WPOS_KEEP_DEFAULT; in widget_init()
403 widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols) in widget_adjust_position() argument
405 if ((pos_flags & WPOS_FULLSCREEN) != 0) in widget_adjust_position()
414 if ((pos_flags & WPOS_CENTER_HORZ) != 0) in widget_adjust_position()
417 if ((pos_flags & WPOS_CENTER_VERT) != 0) in widget_adjust_position()
420 if ((pos_flags & WPOS_TRYUP) != 0) in widget_adjust_position()
H A Dwtools.c73 if ((w->pos_flags & WPOS_CENTER) == 0) in query_default_callback()
97 if (prev_dlg == NULL || (WIDGET (prev_dlg)->pos_flags & WPOS_FULLSCREEN) != 0) in query_default_callback()
283 widget_pos_flags_t pos_flags = in query_dialog() local
310 dlg_create (TRUE, 0, 0, lines, cols, pos_flags, FALSE, query_colors, query_default_callback, in query_dialog()
H A Dbackground.c70 w->pos_flags |= WPOS_KEEP_ALL; in background_adjust()
H A Ddialog.h101 widget_pos_flags_t pos_flags, gboolean compact,
H A Dgroup.h49 unsigned long group_add_widget_autopos (WGroup * g, void *w, widget_pos_flags_t pos_flags,
H A Dwidget-common.h135 widget_pos_flags_t pos_flags; /* repositioning flags */ member
211 void widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols);
/dports/misc/mc/mc-4.8.27/src/editor/
H A Deditwidget.c168 quick_widgets[0].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
169 quick_widgets[2].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
170 quick_widgets[4].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
929 w->pos_flags |= WPOS_KEEP_ALL; in edit_dialog_bg_callback()
1263 group_add_widget_autopos (g, w, w->pos_flags, NULL); in edit_files()
1267 group_add_widget_autopos (g, w, w->pos_flags, NULL); in edit_files()
1534 w->pos_flags = WPOS_KEEP_DEFAULT; in edit_toggle_fullscreen()
1543 w->pos_flags = WPOS_KEEP_ALL; in edit_toggle_fullscreen()
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Deditwidget.c168 quick_widgets[0].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
169 quick_widgets[2].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
170 quick_widgets[4].pos_flags = WPOS_KEEP_TOP | WPOS_CENTER_HORZ; in edit_about()
929 w->pos_flags |= WPOS_KEEP_ALL; in edit_dialog_bg_callback()
1263 group_add_widget_autopos (g, w, w->pos_flags, NULL); in edit_files()
1267 group_add_widget_autopos (g, w, w->pos_flags, NULL); in edit_files()
1534 w->pos_flags = WPOS_KEEP_DEFAULT; in edit_toggle_fullscreen()
1543 w->pos_flags = WPOS_KEEP_ALL; in edit_toggle_fullscreen()
/dports/devel/hyperscan/hyperscan-5.4.0/tools/fuzz/
H A Dheuristocrats.py82 pos_flags = sample(allflags, randint(1, len(allflags)))
84 s = '(?' + ''.join(pos_flags) + '-' + ''.join(neg_flags) + ')'

123