Home
last modified time | relevance | path

Searched refs:begin_y (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/slave/
Dcurses_commands.c3549 int lines, cols, begin_y, begin_x; in cmd_newwin() local
3566 if (sscanf(args[2], "%d", &begin_y) == 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
4204 if (sscanf(args[3], "%d", &begin_y) == 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
4248 if (sscanf(args[3], "%d", &begin_y) == 0) { in cmd_subwin()
4261 report_ptr(subwin(win, lines, cols, begin_y, begin_x)); in cmd_subwin()
/freebsd-12-stable/contrib/dialog/
Dutil.c1244 int y = (dialog_vars.begin_set ? dialog_vars.begin_y : 1); in real_auto_size()
1350 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_auto_sizefile()
1845 int rows = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_calc_listh()
1976 y = dialog_vars.begin_y; in dlg_box_y_ordinate()
Ddialog.c1542 dialog_vars.begin_y = optionValue(argv, &offset); in process_common_options()
1593 dialog_vars.begin_y = 0; in process_common_options()
Ddialog.h493 int begin_y; /* option "--begin y x" (first value) */ member
/freebsd-12-stable/contrib/ncurses/
Dconfigure19151 int begin_y = 0,
19164 int begin_y = 0,
19167 : NCursesPanel (nlines, ncols, begin_y, begin_x)
Daclocal.m41043 int begin_y = 0,
1056 int begin_y = 0,
1059 : NCursesPanel (nlines, ncols, begin_y, begin_x)