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

/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_info.c42 | int *nrow, int *nbuf)
53 int *nrow, int *nbuf)
59 (void *)nrow, (void *)nbuf));
72 if (nrow)
73 *nrow = field->nrow;
50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfld_dup.c68 New_Field->nrow = field->nrow;
H A Dfld_link.c73 New_Field->nrow = field->nrow;
H A Dfld_def.c48 0, /* nrow */
264 | int nrow, int nbuf )
268 | Allocate 'nrow' off-screen rows and 'nbuf' additional
277 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
285 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
290 nrow >= 0 &&
299 New_Field->drows = rows + nrow;
303 New_Field->nrow = nrow;
H A Dform.priv.h126 (((field)->rows + (field)->nrow) == 1)
H A Dform.h80 int nrow; /* off-screen rows */ member in struct:fieldnode
H A Dfrm_driver.c660 growth = (field->rows + field->nrow) * amount;
4701 (int)(1 + (vlen - len) / ((field->rows + field->nrow)
/freebsd-11-stable/sys/teken/demo/
H A Dteken_demo.c166 int nrow, ncol, x, y; /* Has to be signed - >= 0 comparison */ local
174 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
181 for (y = 0; y < nrow; y++) {
192 for (y = 0; y < nrow; y++) {
206 for (y = nrow - 1; y >= 0; y--) {
217 for (y = nrow - 1; y >= 0; y--) {

Completed in 136 milliseconds