Searched defs:fcol (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field.c | 49 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 D | form.c | 81 int frow, fcol; local 87 fcol = f->fcol; 90 (p->frow == frow && p->fcol < fcol)) { 142 int xmax = f->fcol + f->cols;
|
/illumos-gate/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 81 int fcol; /* first col */ member in struct:fieldnode
|
Completed in 46 milliseconds