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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 53 typedef int Form_Options;
124 Form_Options opts; /* options */
400 extern NCURSES_EXPORT(int) set_form_opts (FORM *,Form_Options);
401 extern NCURSES_EXPORT(int) form_opts_on (FORM *,Form_Options);
402 extern NCURSES_EXPORT(int) form_opts_off (FORM *,Form_Options);
409 extern NCURSES_EXPORT(Form_Options) form_opts (const FORM *);

Completed in 520 milliseconds