Searched defs:fcol (Results 1 - 3 of 3) 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 Dform.c81 int frow, fcol; local
87 fcol = f->fcol;
90 (p->frow == frow && p->fcol < fcol)) {
142 int xmax = f->fcol + f->cols;
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h78 int fcol; /* first col */ member in struct:fieldnode

Completed in 25 milliseconds