Searched refs:NCURSES_EXPORT (Results 1 - 25 of 265) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.h56 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
57 extern NCURSES_EXPORT(void) update_panels (void);
58 extern NCURSES_EXPORT(int) hide_panel (PANEL *);
59 extern NCURSES_EXPORT(int) show_panel (PANEL *);
60 extern NCURSES_EXPORT(int) del_panel (PANEL *);
61 extern NCURSES_EXPORT(int) top_panel (PANEL *);
62 extern NCURSES_EXPORT(int) bottom_panel (PANEL *);
63 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
64 extern NCURSES_EXPORT(PANEL*) panel_above (const PANEL *);
65 extern NCURSES_EXPORT(PANE
[all...]
H A Dp_top.c41 NCURSES_EXPORT(int)
H A Dp_win.c41 NCURSES_EXPORT(WINDOW *)
/freebsd-11-stable/contrib/ncurses/include/
H A Dhashed_db.h56 extern NCURSES_EXPORT(DB *) _nc_db_open(const char * /* path */, bool /* modify */);
57 extern NCURSES_EXPORT(bool) _nc_db_have_data(DBT * /* key */, DBT * /* data */, char ** /* buffer */, int * /* size */);
58 extern NCURSES_EXPORT(bool) _nc_db_have_index(DBT * /* key */, DBT * /* data */, char ** /* buffer */, int * /* size */);
59 extern NCURSES_EXPORT(int) _nc_db_close(DB * /* db */);
60 extern NCURSES_EXPORT(int) _nc_db_first(DB * /* db */, DBT * /* key */, DBT * /* data */);
61 extern NCURSES_EXPORT(int) _nc_db_next(DB * /* db */, DBT * /* key */, DBT * /* data */);
62 extern NCURSES_EXPORT(int) _nc_db_get(DB * /* db */, DBT * /* key */, DBT * /* data */);
63 extern NCURSES_EXPORT(int) _nc_db_put(DB * /* db */, DBT * /* key */, DBT * /* data */);
H A Dtic.h131 extern NCURSES_EXPORT(void) _nc_tracef (char *, ...) GCC_PRINTFLIKE(1,2);
132 extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *);
133 extern NCURSES_EXPORT(const char *) _nc_visbuf2 (int, const char *);
178 extern NCURSES_EXPORT(const struct tinfo_fkeys *) _nc_tinfo_fkeysf (void);
220 extern NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool);
221 extern NCURSES_EXPORT(const HashData *) _nc_get_hash_info (bool);
222 extern NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool);
223 extern NCURSES_EXPORT(const struct alias *) _nc_get_alias_table (bool);
260 extern NCURSES_EXPORT(unsigned) _nc_pathlast (const char *);
261 extern NCURSES_EXPORT(boo
[all...]
H A Dnc_alloc.h72 extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN;
73 extern NCURSES_EXPORT(void) _nc_free_tinfo(int) GCC_NORETURN;
74 extern NCURSES_EXPORT(void) _nc_free_tic(int) GCC_NORETURN;
75 extern NCURSES_EXPORT(void) _nc_free_tparm(void);
76 extern NCURSES_EXPORT(void) _nc_leaks_dump_entry(void);
77 extern NCURSES_EXPORT(void) _nc_leaks_tic(void);
80 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_free_and_exit)(SCREEN*, int) GCC_NORETURN;
96 extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t);
100 extern NCURSES_EXPORT(char *) _nc_strdup(const char *);
104 extern NCURSES_EXPORT(voi
[all...]
H A Dnc_panel.h65 extern NCURSES_EXPORT(struct panelhook *)
68 extern NCURSES_EXPORT(struct panelhook *)
H A Dterm_entry.h145 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp);
146 extern NCURSES_EXPORT(char *) _nc_save_str (const char *const);
147 extern NCURSES_EXPORT(void) _nc_init_entry (TERMTYPE *const);
148 extern NCURSES_EXPORT(void) _nc_merge_entry (TERMTYPE *const, TERMTYPE *const);
149 extern NCURSES_EXPORT(void) _nc_wrap_entry (ENTRY *const, bool);
152 extern NCURSES_EXPORT(void) _nc_align_termtype (TERMTYPE *, TERMTYPE *);
153 extern NCURSES_EXPORT(void) _nc_copy_termtype (TERMTYPE *, const TERMTYPE *);
156 extern NCURSES_EXPORT(void) _nc_free_termtype (TERMTYPE *);
159 extern NCURSES_EXPORT(void) _nc_init_acs (void); /* corresponds to traditional 'init_acs()' */
162 extern NCURSES_EXPORT(cha
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dmenu.h175 extern NCURSES_EXPORT(ITEM **) menu_items (const MENU *);
176 extern NCURSES_EXPORT(ITEM *) current_item (const MENU *);
177 extern NCURSES_EXPORT(ITEM *) new_item (const char *,const char *);
179 extern NCURSES_EXPORT(MENU *) new_menu (ITEM **);
181 extern NCURSES_EXPORT(Item_Options) item_opts (const ITEM *);
182 extern NCURSES_EXPORT(Menu_Options) menu_opts (const MENU *);
184 extern NCURSES_EXPORT(Menu_Hook) item_init (const MENU *);
185 extern NCURSES_EXPORT(Menu_Hook) item_term (const MENU *);
186 extern NCURSES_EXPORT(Menu_Hook) menu_init (const MENU *);
187 extern NCURSES_EXPORT(Menu_Hoo
[all...]
H A Dm_trace.c37 NCURSES_EXPORT(ITEM *)
44 NCURSES_EXPORT(ITEM **)
51 NCURSES_EXPORT(Item_Options) function
58 NCURSES_EXPORT(MENU *)
65 NCURSES_EXPORT(Menu_Hook) function
72 NCURSES_EXPORT(Menu_Options) function
H A Dm_item_nam.c50 NCURSES_EXPORT(const char *)
65 NCURSES_EXPORT(const char *)
H A Dm_item_use.c51 NCURSES_EXPORT(int)
69 NCURSES_EXPORT(void *)
H A Dm_userptr.c51 NCURSES_EXPORT(int)
69 NCURSES_EXPORT(void *)
/freebsd-11-stable/contrib/ncurses/form/
H A Dform.h306 extern NCURSES_EXPORT(FIELDTYPE *) new_fieldtype (
309 extern NCURSES_EXPORT(FIELDTYPE *) link_fieldtype(
312 extern NCURSES_EXPORT(int) free_fieldtype (FIELDTYPE *);
313 extern NCURSES_EXPORT(int) set_fieldtype_arg (FIELDTYPE *,
317 extern NCURSES_EXPORT(int) set_fieldtype_choice (FIELDTYPE *,
324 extern NCURSES_EXPORT(FIELD *) new_field (int,int,int,int,int,int);
325 extern NCURSES_EXPORT(FIELD *) dup_field (FIELD *,int,int);
326 extern NCURSES_EXPORT(FIELD *) link_field (FIELD *,int,int);
328 extern NCURSES_EXPORT(int) free_field (FIELD *);
329 extern NCURSES_EXPORT(in
[all...]
H A Df_trace.c37 NCURSES_EXPORT(FIELD **)
44 NCURSES_EXPORT(FIELD *)
51 NCURSES_EXPORT(FIELDTYPE *)
58 NCURSES_EXPORT(FORM *)
65 NCURSES_EXPORT(Form_Hook) function
H A Dfld_user.c46 NCURSES_EXPORT(int)
65 NCURSES_EXPORT(void *)
H A Dfrm_user.c46 NCURSES_EXPORT(int)
65 NCURSES_EXPORT(void *)
H A Dform.priv.h166 extern NCURSES_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*);
167 extern NCURSES_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*);
168 extern NCURSES_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*);
169 extern NCURSES_EXPORT(bool) _nc_Copy_Type (FIELD*, FIELD const *);
170 extern NCURSES_EXPORT(void) _nc_Free_Type (FIELD *);
172 extern NCURSES_EXPORT(int) _nc_Synchronize_Attributes (FIELD*);
173 extern NCURSES_EXPORT(int) _nc_Synchronize_Options (FIELD*, Field_Options);
174 extern NCURSES_EXPORT(int) _nc_Set_Form_Page (FORM*, int, FIELD*);
175 extern NCURSES_EXPORT(int) _nc_Refresh_Current_Field (FORM*);
176 extern NCURSES_EXPORT(FIEL
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_isendwin.c47 NCURSES_EXPORT(bool) function
56 NCURSES_EXPORT(bool) function
H A Dversion.c37 NCURSES_EXPORT(const char *)
H A Dlib_echo.c49 NCURSES_EXPORT(int)
60 NCURSES_EXPORT(int)
67 NCURSES_EXPORT(int)
78 NCURSES_EXPORT(int)
H A Dlib_slktouch.c43 NCURSES_EXPORT(int)
56 NCURSES_EXPORT(int)
H A Dnc_panel.c37 NCURSES_EXPORT(struct panelhook *)
48 NCURSES_EXPORT(struct panelhook *)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termname.c33 NCURSES_EXPORT(char *)
53 NCURSES_EXPORT(char *)
H A Dlib_longname.c48 NCURSES_EXPORT(char *)
69 NCURSES_EXPORT(char *)
77 NCURSES_EXPORT(char *)

Completed in 96 milliseconds

1234567891011