Searched refs:Form_Options (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/form/
H A Dfrm_opts.c39 | Function : int set_form_opts(FORM *form, Form_Options opts)
48 set_form_opts(FORM *form, Form_Options opts)
64 | Function : Form_Options form_opts(const FORM *)
70 NCURSES_EXPORT(Form_Options)
79 | Function : int form_opts_on(FORM *form, Form_Options opts)
88 form_opts_on(FORM *form, Form_Options opts)
104 | Function : int form_opts_off(FORM *form, Form_Options opts)
113 form_opts_off(FORM *form, Form_Options opts)
H A Dform.h53 typedef int Form_Options; typedef
145 Form_Options opts; /* options */
385 extern NCURSES_EXPORT(int) set_form_opts (FORM *,Form_Options);
386 extern NCURSES_EXPORT(int) form_opts_on (FORM *,Form_Options);
387 extern NCURSES_EXPORT(int) form_opts_off (FORM *,Form_Options);
394 extern NCURSES_EXPORT(Form_Options) form_opts (const FORM *);
H A Dllib-lform548 Form_Options opts)
552 Form_Options form_opts(
554 { return(*(Form_Options *)0); }
559 Form_Options opts)
565 Form_Options opts)
H A Dllib-lformw554 Form_Options opts)
558 Form_Options form_opts(
560 { return(*(Form_Options *)0); }
565 Form_Options opts)
571 Form_Options opts)

Completed in 95 milliseconds