Searched refs:nrow (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_info.c43 | int *nrow, int *nbuf)
54 int *nrow, int *nbuf)
60 (void *)nrow, (void *)nbuf));
73 if (nrow)
74 *nrow = field->nrow;
51 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfld_dup.c69 New_Field->nrow = field->nrow;
H A Dfld_link.c74 New_Field->nrow = field->nrow;
H A Dfld_def.c49 0, /* nrow */
265 | int nrow, int nbuf )
269 | Allocate 'nrow' off-screen rows and 'nbuf' additional
278 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
286 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
291 nrow >= 0 &&
300 New_Field->drows = rows + nrow;
304 New_Field->nrow = nrow;
H A Dform.priv.h130 (((field)->rows + (field)->nrow) == 1)
H A Dform.h88 int nrow; /* off-screen rows */ member in struct:fieldnode
H A Dfrm_driver.c684 growth = (field->rows + field->nrow) * amount;
4775 (int)(1 + (vlen - len) / ((field->rows + field->nrow)
/freebsd-13-stable/sys/teken/demo/
H A Dteken_demo.c168 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ local
176 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
183 for (y = 0; y < nrow; y++) {
194 for (y = 0; y < nrow; y++) {
208 for (y = nrow - 1; y >= 0; y--) {
219 for (y = nrow - 1; y >= 0; y--) {
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c303 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ local
311 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
318 nrow == state->tg_tp.tp_row - 2 && ncol == state->tg_tp.tp_col - 2)
334 for (y = 0; y < nrow; y++) {
341 for (y = nrow - 1; y >= 0; y--) {
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c385 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ local
394 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
401 for (y = 0; y < nrow; y++) {
423 for (y = nrow - 1; y >= 0; y--) {
443 for (y = nrow - 1; y >= 0; y--) {
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c1171 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ local
1178 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
1181 if (p->tp_row + nrow > state->tg_tp.tp_row ||
1198 for (y = 0; y < nrow; y++) {
1205 for (y = nrow - 1; y >= 0; y--) {

Completed in 176 milliseconds