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

/osnet-11/usr/src/lib/libeti/form/common/
H A Dfield.c49 0, /* fcol */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
147 /* int fcol; first col relative to form origin */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
161 f->fcol = fcol;
189 dup_field(FIELD *field, int frow, int fcol) argument
193 /* int fcol; first col relative to form origin */
198 if (field && frow >= 0 && fcol >= 0 && Alloc(f, FIELD)) {
202 f->fcol
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-lform75 new_field(rows, cols, frow, fcol, nrow, nbuf)
79 int fcol;
85 dup_field(field, frow, fcol)
88 int fcol;
92 link_field(field, frow, fcol)
95 int fcol;
104 field_info(f, rows, cols, frow, fcol, nrow, nbuf)
109 int *fcol;
129 move_field(f, frow, fcol)
132 int fcol;
[all...]
H A Dchg_field.c140 int col = f->fcol;
145 while (f->frow == row && f->fcol != col);
150 while (f->frow == row && f->fcol > col)
164 int col = f->fcol;
169 while (f->frow == row && f->fcol != col);
174 while (f->frow == row && f->fcol < col)
H A Dform.c81 int frow, fcol; local
87 fcol = f->fcol;
90 (p->frow == frow && p->fcol < fcol)) {
142 int xmax = f->fcol + f->cols;
H A Dutility.c161 col = c->fcol + X(f) - B(f);
164 col = c -> fcol + X(f);
172 (void) wmove(Sub(f), c -> frow, c -> fcol);
199 c->fcol, c->frow, c->fcol + c->cols - 1,
230 c -> frow + ys - T(f), c -> fcol,
232 c -> fcol + c -> cols - 1, FALSE);
314 f -> frow, f -> fcol);
340 f -> frow, f -> fcol);
409 f -> fcol,
[all...]
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h78 int fcol; /* first col */ member in struct:fieldnode

Completed in 34 milliseconds