Lines Matching defs:_form_field
197 struct _form_field { struct
198 unsigned int rows; /* rows in the field */
199 unsigned int cols; /* columns in the field */
200 unsigned int drows; /* dynamic rows */
201 unsigned int dcols; /* dynamic columns */
202 unsigned int max; /* maximum growth */
203 unsigned int form_row; /* starting row in the form subwindow */
204 unsigned int form_col; /* starting column in the form subwindow */
205 unsigned int nrows; /* number of off screen rows */
206 int index; /* index of this field in form fields array. */
207 int nbuf; /* number of buffers associated with this field */
208 int buf0_status; /* set to true if buffer 0 has changed. */
209 int justification; /* justification style of the field */
210 int overlay; /* set to true if field is in overlay mode */
234 TAILQ_ENTRY(_form_field) glue; /* tail queue glue for sorting fields */ argument
253 struct _form_fieldtype { argument