Searched refs:frow (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c111 int row = f->frow;
116 while (f->frow != row);
125 int row = f->frow;
130 while (f->frow != row);
139 int row = f->frow;
145 while (f->frow == row && f->fcol != col);
147 if (f->frow != row) {
148 row = f->frow;
150 while (f->frow == row && f->fcol > col)
153 if (f->frow !
[all...]
H A Dfield.c48 0, /* frow */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
146 /* int frow; first row relative to form origin */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
160 f->frow = frow;
189 dup_field(FIELD *field, int frow, int fcol) argument
192 /* int frow; first row relative to form origin */
198 if (field && frow >= 0 && fcol >= 0 && Alloc(f, FIELD)) {
201 f->frow
238 link_field(FIELD *field, int frow, int fcol) argument
310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
383 move_field(FIELD *f, int frow, int fcol) argument
[all...]
H A Dllib-lform78 new_field(rows, cols, frow, fcol, nrow, nbuf)
81 int frow;
88 dup_field(field, frow, fcol)
90 int frow;
95 link_field(field, frow, fcol)
97 int frow;
107 field_info(f, rows, cols, frow, fcol, nrow, nbuf)
111 int *frow;
132 move_field(f, frow, fcol)
134 int frow;
[all...]
H A Dform.c81 int frow, fcol; local
86 frow = f->frow;
89 while ((p->frow < frow) ||
90 (p->frow == frow && p->fcol < fcol)) {
143 int ymax = f->frow + f->rows;
H A Dutility.c160 row = c->frow;
163 row = c -> frow + Y(f) - T(f);
172 (void) wmove(Sub(f), c -> frow, c -> fcol);
198 (void) copywin(w, Sub(f), 0, B(f), c->frow,
199 c->fcol, c->frow, c->fcol + c->cols - 1,
230 c -> frow + ys - T(f), c -> fcol,
231 c -> frow + ye - T(f) - 1,
314 f -> frow, f -> fcol);
340 f -> frow, f -> fcol);
408 (void) copywin(w, Sub(p), 0, 0, f -> frow,
[all...]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h80 int frow; /* first row */ member in struct:fieldnode

Completed in 69 milliseconds