Searched defs:_form_struct (Results 1 – 1 of 1) sorted by relevance
271 struct _form_struct { struct272 int in_init; /* true if performing a init or term function */273 int posted; /* the form is posted */274 int wrap; /* wrap from last field to first field if true */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 */280 Form_Hook form_init; /* function called when form posted and[all …]