Home
last modified time | relevance | path

Searched refs:Field_Options (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/ncurses/form/
HDfld_opts.c54 set_field_opts(FIELD *field, Field_Options opts) in NCURSES_EXPORT()
74 NCURSES_EXPORT(Field_Options)
95 field_opts_on(FIELD *field, Field_Options opts) in field_opts_on()
123 field_opts_off(FIELD *field, Field_Options opts) in field_opts_off()
HDform.h54 typedef int Field_Options; typedef
88 Field_Options opts; /* options */
344 extern NCURSES_EXPORT(int) set_field_opts (FIELD *,Field_Options);
345 extern NCURSES_EXPORT(int) field_opts_on (FIELD *,Field_Options);
346 extern NCURSES_EXPORT(int) field_opts_off (FIELD *,Field_Options);
362 extern NCURSES_EXPORT(Field_Options) field_opts (const FIELD *);
HDllib-lformtw289 Field_Options opts)
293 Field_Options field_opts(
295 { return(*(Field_Options *)0); }
300 Field_Options opts)
306 Field_Options opts)
458 Field_Options newopts)
HDllib-lform289 Field_Options opts)
293 Field_Options field_opts(
295 { return(*(Field_Options *)0); }
300 Field_Options opts)
306 Field_Options opts)
458 Field_Options newopts)
HDllib-lformw289 Field_Options opts)
293 Field_Options field_opts(
295 { return(*(Field_Options *)0); }
300 Field_Options opts)
306 Field_Options opts)
458 Field_Options newopts)
HDllib-lformt289 Field_Options opts)
293 Field_Options field_opts(
295 { return(*(Field_Options *)0); }
300 Field_Options opts)
306 Field_Options opts)
458 Field_Options newopts)
HDform.priv.h149 #define ALL_FIELD_OPTS (Field_Options)( \
173 extern NCURSES_EXPORT(int) _nc_Synchronize_Options (FIELD*, Field_Options);
HDfrm_driver.c1303 _nc_Synchronize_Options(FIELD *field, Field_Options newopts) in _nc_Synchronize_Options()
1305 Field_Options oldopts; in _nc_Synchronize_Options()
1306 Field_Options changed_opts; in _nc_Synchronize_Options()
/NextBSD/contrib/ncurses/
HDNEWS3230 + correct form- and menu-manpages to use specific Field_Options,