Searched refs:Form_Options (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libform/ |
H A D | form.h | 50 typedef unsigned int Form_Options; typedef 225 Form_Options opts; /* options for the field */ 279 Form_Options opts; /* options for the form */ 316 Form_Options field_opts(FIELD *); 317 int field_opts_off(FIELD *, Form_Options); 318 int field_opts_on(FIELD *, Form_Options); 328 Form_Options form_opts(FORM *); 329 int form_opts_off(FORM *, Form_Options); 330 int form_opts_on(FORM *, Form_Options); 356 int set_field_opts(FIELD *, Form_Options); [all …]
|
H A D | form.c | 193 set_form_opts(FORM *form, Form_Options options) in set_form_opts() 207 form_opts_on(FORM *form, Form_Options options) in form_opts_on() 221 form_opts_off(FORM *form, Form_Options options) in form_opts_off() 235 Form_Options
|
H A D | field.c | 122 set_field_opts(FIELD *field, Form_Options options) in set_field_opts() 157 field_opts_on(FIELD *field, Form_Options options) in field_opts_on() 192 field_opts_off(FIELD *field, Form_Options options) in field_opts_off() 217 Form_Options
|