Searched refs:begin_x (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/contrib/dialog/ |
| HD | inputbox.c | 113 dialog_vars.begin_x : 0))); in dialog_inputbox()
|
| HD | util.c | 1277 int x = (dialog_vars.begin_set ? dialog_vars.begin_x : 2); in real_auto_size() 1346 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in real_auto_size() 1406 *width = SCOLS - (dialog_vars.begin_set ? dialog_vars.begin_x : 0); in dlg_auto_sizefile() 2005 x = dialog_vars.begin_x; in dlg_box_x_ordinate()
|
| HD | dialog.c | 1713 dialog_vars.begin_x = optionValue(argv, &offset); in process_common_options() 1764 dialog_vars.begin_x = 0; in process_common_options()
|
| HD | dialog.h | 512 int begin_x; /* option "--begin y x" (second value) */ member
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/ |
| HD | curses_commands.c | 3549 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-13-stable/contrib/ncurses/ |
| HD | configure | 23948 int begin_x = 0) 23961 int begin_x = 0, 23963 : NCursesPanel (nlines, ncols, begin_y, begin_x)
|
| HD | aclocal.m4 | 1544 int begin_x = 0) 1557 int begin_x = 0, 1559 : NCursesPanel (nlines, ncols, begin_y, begin_x)
|