Home
last modified time | relevance | path

Searched refs:NCURSES_EXPORT (Results 1 – 25 of 273) sorted by relevance

1234567891011

/NextBSD/contrib/ncurses/menu/
HDmenu.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_Hook) menu_term (const MENU *);
[all …]
HDmenu.priv.h118 extern NCURSES_EXPORT(void) _nc_Draw_Menu (const MENU *);
119 extern NCURSES_EXPORT(void) _nc_Show_Menu (const MENU *);
120 extern NCURSES_EXPORT(void) _nc_Calculate_Item_Length_and_Width (MENU *);
121 extern NCURSES_EXPORT(int) _nc_Calculate_Text_Width(const TEXT *);
122 extern NCURSES_EXPORT(void) _nc_Post_Item (const MENU *, const ITEM *);
123 extern NCURSES_EXPORT(bool) _nc_Connect_Items (MENU *, ITEM **);
124 extern NCURSES_EXPORT(void) _nc_Disconnect_Items (MENU *);
125 extern NCURSES_EXPORT(void) _nc_New_TopRow_and_CurrentItem (MENU *,int, ITEM *);
126 extern NCURSES_EXPORT(void) _nc_Link_Items (MENU *);
127 extern NCURSES_EXPORT(int) _nc_Match_Next_Character_In_Item_Name (MENU*,int,ITEM**);
[all …]
HDm_trace.c37 NCURSES_EXPORT(ITEM *) in NCURSES_EXPORT() function
44 NCURSES_EXPORT(ITEM **)
51 NCURSES_EXPORT(Item_Options)
58 NCURSES_EXPORT(MENU *)
65 NCURSES_EXPORT(Menu_Hook)
72 NCURSES_EXPORT(Menu_Options)
/NextBSD/contrib/ncurses/form/
HDform.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(int) field_info (const FIELD *,int *,int *,int *,int *,int *,int *);
[all …]
HDform.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(FIELD *) _nc_First_Active_Field (FORM*);
[all …]
/NextBSD/contrib/ncurses/include/
HDtic.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(bool) _nc_is_abs_path (const char *);
[all …]
HDcurses.h.in515 extern NCURSES_EXPORT(int) wgetch_events (WINDOW *, _nc_eventlist *); /* experimental */
516 extern NCURSES_EXPORT(int) wgetnstr_events (WINDOW *,char *,int,_nc_eventlist *);/* experimental */
577 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
578 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */
579 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
580 extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */
581 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
582 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
583 extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */
584 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
[all …]
HDcurses.wide124 extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */
125 extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */
126 extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */
127 extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */
128 extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */
129 extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */
130 extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */
131 extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,…
132 extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC…
133 extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */
[all …]
HDterm_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(char *) _nc_trim_sgr0 (TERMTYPE *);
[all …]
HDcurses.tail97 extern NCURSES_EXPORT(bool) has_mouse(void);
98 extern NCURSES_EXPORT(int) getmouse (MEVENT *);
99 extern NCURSES_EXPORT(int) ungetmouse (MEVENT *);
100 extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *);
101 extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int);
102 extern NCURSES_EXPORT(int) mouseinterval (int);
103 extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool);
104 extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */
107 extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*);
108 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *);
[all …]
HDnc_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(void) _nc_leaks_tinfo(void);
HDhashed_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 *…
58 extern NCURSES_EXPORT(bool) _nc_db_have_index(DBT * /* key */, DBT * /* data */, char ** /* buffer …
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 */);
HDMKterm.h.awk.in251 print "extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf);"
252 print "extern NCURSES_EXPORT(int) _nc_get_tty_mode (TTY *buf);"
253 …print "extern NCURSES_EXPORT(int) _nc_read_entry (const char * const, char * const, TERMTYPE *con…
254 print "extern NCURSES_EXPORT(int) _nc_read_file_entry (const char *const, TERMTYPE *);"
255 print "extern NCURSES_EXPORT(void) _nc_init_termtype (TERMTYPE *const);"
256 print "extern NCURSES_EXPORT(int) _nc_read_termtype (TERMTYPE *, char *, int);"
257 print "extern NCURSES_EXPORT(char *) _nc_first_name (const char *const);"
258 …print "extern NCURSES_EXPORT(int) _nc_name_match (const char *const, const char *const, const cha…
259 print "extern NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *);"
262 print "extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *);"
[all …]
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h190 extern NCURSES_EXPORT(int) _nc_env_access (void);
201 extern NCURSES_EXPORT(void *) _nc_memmove (void *, const void *, size_t);
449 extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *);
462 NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *);
463 NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *);
464 NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *);
465 NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *);
525 extern NCURSES_EXPORT(void) _nc_init_pthreads(void);
526 extern NCURSES_EXPORT(void) _nc_mutex_init(pthread_mutex_t *);
527 extern NCURSES_EXPORT(int) _nc_mutex_lock(pthread_mutex_t *);
[all …]
/NextBSD/contrib/ncurses/panel/
HDpanel.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(PANEL*) panel_below (const PANEL *);
[all …]
/NextBSD/contrib/ncurses/ncurses/trace/
HDlib_trace.c57 NCURSES_EXPORT(const char *)
62 NCURSES_EXPORT(long)
67 NCURSES_EXPORT(void)
75 NCURSES_EXPORT(void)
92 NCURSES_EXPORT(void)
209 NCURSES_EXPORT(void)
220 NCURSES_EXPORT(NCURSES_BOOL)
228 NCURSES_EXPORT(char)
236 NCURSES_EXPORT(int)
244 NCURSES_EXPORT(unsigned)
[all …]
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_options.c51 NCURSES_EXPORT(int) in NCURSES_EXPORT() function
73 NCURSES_EXPORT(void)
85 NCURSES_EXPORT(int)
99 NCURSES_EXPORT(int)
106 NCURSES_EXPORT(int)
121 NCURSES_EXPORT(int)
133 NCURSES_EXPORT(void)
144 NCURSES_EXPORT(int)
156 NCURSES_EXPORT(int)
191 NCURSES_EXPORT(int)
[all …]
HDlib_ttyflags.c46 NCURSES_EXPORT(int) in NCURSES_EXPORT() function
84 NCURSES_EXPORT(int)
91 NCURSES_EXPORT(int)
131 NCURSES_EXPORT(int)
138 NCURSES_EXPORT(int)
169 NCURSES_EXPORT(int)
176 NCURSES_EXPORT(int)
205 NCURSES_EXPORT(int)
212 NCURSES_EXPORT(int)
238 NCURSES_EXPORT(int)
[all …]
HDlib_data.c52 NCURSES_EXPORT(WINDOW *) in NCURSES_EXPORT() function
57 NCURSES_EXPORT(WINDOW *)
62 NCURSES_EXPORT(WINDOW *)
88 NCURSES_EXPORT(SCREEN *)
94 NCURSES_EXPORT(int)
100 NCURSES_EXPORT(void)
269 NCURSES_EXPORT(SCREEN *)
295 NCURSES_EXPORT(void)
325 NCURSES_EXPORT(void)
337 NCURSES_EXPORT(int)
[all …]
HDlib_tputs.c62 NCURSES_EXPORT(void)
86 NCURSES_EXPORT(int)
112 NCURSES_EXPORT(int)
119 NCURSES_EXPORT(void)
136 NCURSES_EXPORT(void)
143 NCURSES_EXPORT(int)
174 NCURSES_EXPORT(int)
184 NCURSES_EXPORT(int)
192 NCURSES_EXPORT(int)
205 NCURSES_EXPORT(int)
[all …]
HDlib_setup.c108 NCURSES_EXPORT(char *) in NCURSES_EXPORT() function
129 NCURSES_EXPORT(int *)
135 NCURSES_EXPORT(int)
141 NCURSES_EXPORT(int *)
147 NCURSES_EXPORT(int)
153 NCURSES_EXPORT(int *)
159 NCURSES_EXPORT(int)
172 NCURSES_EXPORT(int)
190 NCURSES_EXPORT(int)
202 NCURSES_EXPORT(int)
[all …]
HDlib_raw.c80 NCURSES_EXPORT(int) in NCURSES_EXPORT() function
125 NCURSES_EXPORT(int)
132 NCURSES_EXPORT(int)
166 NCURSES_EXPORT(int)
177 NCURSES_EXPORT(void)
203 NCURSES_EXPORT(void)
210 NCURSES_EXPORT(int)
254 NCURSES_EXPORT(int)
261 NCURSES_EXPORT(int)
292 NCURSES_EXPORT(int)
[all …]
HDcomp_error.c53 NCURSES_EXPORT(const char *)
59 NCURSES_EXPORT(void)
66 NCURSES_EXPORT(void)
78 NCURSES_EXPORT(void)
105 NCURSES_EXPORT(void)
120 NCURSES_EXPORT(void)
133 NCURSES_EXPORT(void)
157 NCURSES_EXPORT(void)
HDaccess.c51 NCURSES_EXPORT(char *) in NCURSES_EXPORT() function
79 NCURSES_EXPORT(bool)
94 NCURSES_EXPORT(unsigned)
109 NCURSES_EXPORT(char *)
115 NCURSES_EXPORT(int)
147 NCURSES_EXPORT(bool)
160 NCURSES_EXPORT(bool)
178 NCURSES_EXPORT(int)
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_driver.c51 NCURSES_EXPORT(int)
92 NCURSES_EXPORT(int)
99 NCURSES_EXPORT(int)
105 NCURSES_EXPORT(int)
115 NCURSES_EXPORT(int)
121 NCURSES_EXPORT(int)
134 NCURSES_EXPORT(int)
140 NCURSES_EXPORT(int)
152 NCURSES_EXPORT(int)

1234567891011