Home
last modified time | relevance | path

Searched refs:begin_x (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/dialog/
H A Dinputbox.c118 dialog_vars.begin_x : 0))); in dialog_inputbox()
H A Dutil.c1350 int x = (dialog_vars.begin_set ? dialog_vars.begin_x : 2); in real_auto_size()
1420 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in real_auto_size()
1478 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in dlg_auto_sizefile()
2208 x = dialog_vars.begin_x; in dlg_box_x_ordinate()
H A Ddialog.c1755 dialog_vars.begin_x = 0; in process_common_options()
1760 dialog_vars.begin_x = optionValue(argv, &offset); in process_common_options()
H A Ddialog.h536 int begin_x; /* option "--begin y x" (second value) */ member
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3549 int lines, cols, begin_y, begin_x; in cmd_newwin() local
3572 if (sscanf(args[3], "%d", &begin_x) == 0) { in cmd_newwin()
3579 report_ptr(newwin(lines, cols, begin_y, begin_x)); in cmd_newwin()
4181 int lines, cols, begin_y, begin_x; in cmd_subpad() local
4210 if (sscanf(args[4], "%d", &begin_x) == 0) { in cmd_subpad()
4217 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
4225 int lines, cols, begin_y, begin_x; in cmd_subwin() local
4254 if (sscanf(args[4], "%d", &begin_x) == 0) { in cmd_subwin()
4261 report_ptr(subwin(win, lines, cols, begin_y, begin_x)); in cmd_subwin()
/freebsd/contrib/ncurses/
H A Dconfigure26867 int begin_x = 0)
26880 int begin_x = 0,
26882 : NCursesPanel (nlines, ncols, begin_y, begin_x)
H A Daclocal.m41841 int begin_x = 0)
1854 int begin_x = 0,
1856 : NCursesPanel (nlines, ncols, begin_y, begin_x)