Home
last modified time | relevance | path

Searched defs:formnode (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libeti/form/inc/
H A Dform.h109 typedef struct formnode { struct
111 int status; /* flags */
112 int rows; /* size in rows */
113 int cols; /* size in cols */
114 int currow; /* current row */
115 int curcol; /* current col */
116 int toprow; /* in vertically */
118 int begincol; /* in horizontally */
120 int maxfield; /* number of fields */
121 int maxpage; /* number of pages */
[all …]