HomeSort by relevance Sort by last modified time
    Searched refs:Form_Options (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 53 typedef int Form_Options;
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 *);
cursesf.h 562 inline void options_on (Form_Options opts) {
567 inline void options_off (Form_Options opts) {
572 inline Form_Options options () const {
577 inline void set_options (Form_Options opts) {

Completed in 28 milliseconds