Home
last modified time | relevance | path

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

/netbsd/lib/libform/
H A Dform.h271 struct _form_struct { struct
273 int posted; /* the form is posted */
275 WINDOW *win; /* window for the form */
276 WINDOW *subwin; /* subwindow for the form */
277 WINDOW *scrwin; /* this is the window to use for output */
278 void *userptr; /* user defined pointer */
279 Form_Options opts; /* options for the form */
288 int field_count; /* number of fields attached */
289 int cur_field; /* current field */
290 int page; /* current page of form */
[all …]