Searched refs:begin_y (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 3549 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/contrib/dialog/ |
H A D | util.c | 1351 int y = (dialog_vars.begin_set ? dialog_vars.begin_y : 1); in real_auto_size() 1418 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in real_auto_size() 1477 *height = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_auto_sizefile() 2085 int rows = SLINES - (dialog_vars.begin_set ? dialog_vars.begin_y : 0); in dlg_calc_listh() 2222 y = dialog_vars.begin_y; in dlg_box_y_ordinate()
|
H A D | dialog.c | 1754 dialog_vars.begin_y = 0; in process_common_options() 1759 dialog_vars.begin_y = optionValue(argv, &offset); in process_common_options()
|
H A D | dialog.h | 537 int begin_y; /* option "--begin y x" (first value) */ member
|
/freebsd/contrib/ncurses/ |
H A D | configure | 26866 int begin_y = 0, 26879 int begin_y = 0, 26882 : NCursesPanel (nlines, ncols, begin_y, begin_x)
|
H A D | aclocal.m4 | 1840 int begin_y = 0, 1853 int begin_y = 0, 1856 : NCursesPanel (nlines, ncols, begin_y, begin_x)
|