Searched refs:FDECL (Results 26 - 50 of 242) sorted by relevance

12345678910

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddlb.c24 boolean FDECL((*dlb_fopen_proc), (DLB_P,const char *,const char *));
25 int FDECL((*dlb_fclose_proc), (DLB_P));
26 int FDECL((*dlb_fread_proc), (char *,int,int,DLB_P));
27 int FDECL((*dlb_fseek_proc), (DLB_P,long,int));
28 char *FDECL((*dlb_fgets_proc), (char *,int,DLB_P));
29 int FDECL((*dlb_fgetc_proc), (DLB_P));
30 long FDECL((*dlb_ftell_proc), (DLB_P));
34 extern FILE *FDECL(fopen_datafile, (const char *,const char *,int));
56 static boolean FDECL(readlibdir,(library *lp));
57 static boolean FDECL(find_fil
[all...]
H A Dalloc.c14 char *FDECL(fmt_ptr, (const genericptr,char *));
20 extern void FDECL(free,(genericptr_t));
27 long *FDECL(alloc,(unsigned int));
H A Dregion.c20 boolean FDECL(inside_gas_cloud, (genericptr,genericptr));
21 boolean FDECL(expire_gas_cloud, (genericptr,genericptr));
22 boolean FDECL(inside_rect, (NhRect *,int,int));
23 boolean FDECL(inside_region, (NhRegion *,int,int));
24 NhRegion *FDECL(create_region, (NhRect *,int));
25 void FDECL(add_rect_to_reg, (NhRegion *,NhRect *));
26 void FDECL(add_mon_to_reg, (NhRegion *,struct monst *));
27 void FDECL(remove_mon_from_reg, (NhRegion *,struct monst *));
28 boolean FDECL(mon_in_region, (NhRegion *,struct monst *));
31 NhRegion *FDECL(clone_regio
[all...]
H A Dmusic.c31 STATIC_DCL void FDECL(awaken_monsters,(int));
32 STATIC_DCL void FDECL(put_monsters_to_sleep,(int));
33 STATIC_DCL void FDECL(charm_snakes,(int));
34 STATIC_DCL void FDECL(calm_nymphs,(int));
35 STATIC_DCL void FDECL(charm_monsters,(int));
36 STATIC_DCL void FDECL(do_earthquake,(int));
37 STATIC_DCL int FDECL(do_improvisation,(struct obj *));
41 STATIC_DCL void FDECL(speaker,(struct obj *,char *));
46 STATIC_DCL void FDECL(playstring, (char *,size_t));
47 STATIC_DCL void FDECL(speake
[all...]
H A Dquestpgr.c16 static void FDECL(Fread, (genericptr_t,int,int,dlb *));
17 STATIC_DCL struct qtmsg * FDECL(construct_qtlist, (long));
22 STATIC_DCL struct qtmsg * FDECL(msg_in, (struct qtmsg *,int));
23 STATIC_DCL void FDECL(convert_arg, (CHAR_P));
25 STATIC_DCL void FDECL(deliver_by_pline, (struct qtmsg *));
26 STATIC_DCL void FDECL(deliver_by_window, (struct qtmsg *,int));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c14 char *FDECL(fmt_ptr, (const genericptr,char *));
20 extern void FDECL(free,(genericptr_t));
27 long *FDECL(alloc,(unsigned int));
H A Dregion.c20 boolean FDECL(inside_gas_cloud, (genericptr,genericptr));
21 boolean FDECL(expire_gas_cloud, (genericptr,genericptr));
22 boolean FDECL(inside_rect, (NhRect *,int,int));
23 boolean FDECL(inside_region, (NhRegion *,int,int));
24 NhRegion *FDECL(create_region, (NhRect *,int));
25 void FDECL(add_rect_to_reg, (NhRegion *,NhRect *));
26 void FDECL(add_mon_to_reg, (NhRegion *,struct monst *));
27 void FDECL(remove_mon_from_reg, (NhRegion *,struct monst *));
28 boolean FDECL(mon_in_region, (NhRegion *,struct monst *));
31 NhRegion *FDECL(clone_regio
[all...]
H A Dmusic.c31 STATIC_DCL void FDECL(awaken_monsters,(int));
32 STATIC_DCL void FDECL(put_monsters_to_sleep,(int));
33 STATIC_DCL void FDECL(charm_snakes,(int));
34 STATIC_DCL void FDECL(calm_nymphs,(int));
35 STATIC_DCL void FDECL(charm_monsters,(int));
36 STATIC_DCL void FDECL(do_earthquake,(int));
37 STATIC_DCL int FDECL(do_improvisation,(struct obj *));
41 STATIC_DCL void FDECL(speaker,(struct obj *,char *));
46 STATIC_DCL void FDECL(playstring, (char *,size_t));
47 STATIC_DCL void FDECL(speake
[all...]
H A Dquestpgr.c16 static void FDECL(Fread, (genericptr_t,int,int,dlb *));
17 STATIC_DCL struct qtmsg * FDECL(construct_qtlist, (long));
22 STATIC_DCL struct qtmsg * FDECL(msg_in, (struct qtmsg *,int));
23 STATIC_DCL void FDECL(convert_arg, (CHAR_P));
25 STATIC_DCL void FDECL(deliver_by_pline, (struct qtmsg *));
26 STATIC_DCL void FDECL(deliver_by_window, (struct qtmsg *,int));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dnhlan.c29 extern char *FDECL(get_username, (int *));
31 extern boolean FDECL(mail_fetch, (struct lan_mail_struct *));
32 extern void FDECL(mail_init, (char *));
H A Ddgn_lex.c159 void FDECL(yyrestart, (FILE *));
161 void FDECL(yy_switch_to_buffer, (YY_BUFFER_STATE));
163 YY_BUFFER_STATE FDECL(yy_create_buffer, (FILE *,int));
164 void FDECL(yy_delete_buffer, (YY_BUFFER_STATE));
165 void FDECL(yy_init_buffer, (YY_BUFFER_STATE,FILE *));
166 void FDECL(yy_flush_buffer, (YY_BUFFER_STATE));
169 static genericptr_t FDECL(yy_flex_alloc, (yy_size_t));
170 static genericptr_t FDECL(yy_flex_realloc2, (genericptr_t,yy_size_t,int));
171 static void FDECL(yy_flex_free, (genericptr_t));
198 static yy_state_type FDECL(yy_try_NUL_tran
[all...]
H A Dlev_lex.c159 void FDECL(yyrestart, (FILE *));
161 void FDECL(yy_switch_to_buffer, (YY_BUFFER_STATE));
163 YY_BUFFER_STATE FDECL(yy_create_buffer, (FILE *,int));
164 void FDECL(yy_delete_buffer, (YY_BUFFER_STATE));
165 void FDECL(yy_init_buffer, (YY_BUFFER_STATE,FILE *));
166 void FDECL(yy_flush_buffer, (YY_BUFFER_STATE));
169 static genericptr_t FDECL(yy_flex_alloc, (yy_size_t));
170 static genericptr_t FDECL(yy_flex_realloc2, (genericptr_t,yy_size_t,int));
171 static void FDECL(yy_flex_free, (genericptr_t));
198 static yy_state_type FDECL(yy_try_NUL_tran
[all...]
H A Dtclib.c24 int FDECL(tgetent, (char *,const char *));
25 int FDECL(tgetflag, (const char *));
26 int FDECL(tgetnum, (const char *));
27 char *FDECL(tgetstr, (const char *,char **));
28 char *FDECL(tgoto, (const char *,int,int));
29 char *FDECL(tparam, (const char *,char *,int,int,int,int,int));
30 void FDECL(tputs, (const char *,int,int (*)()));
52 static int FDECL(tc_store, (const char *,const char *));
53 static char *FDECL(tc_find, (FILE *,const char *,char *,int));
54 static char *FDECL(tc_nam
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dnhlan.c29 extern char *FDECL(get_username, (int *));
31 extern boolean FDECL(mail_fetch, (struct lan_mail_struct *));
32 extern void FDECL(mail_init, (char *));
H A Ddgn_lex.c159 void FDECL(yyrestart, (FILE *));
161 void FDECL(yy_switch_to_buffer, (YY_BUFFER_STATE));
163 YY_BUFFER_STATE FDECL(yy_create_buffer, (FILE *,int));
164 void FDECL(yy_delete_buffer, (YY_BUFFER_STATE));
165 void FDECL(yy_init_buffer, (YY_BUFFER_STATE,FILE *));
166 void FDECL(yy_flush_buffer, (YY_BUFFER_STATE));
169 static genericptr_t FDECL(yy_flex_alloc, (yy_size_t));
170 static genericptr_t FDECL(yy_flex_realloc2, (genericptr_t,yy_size_t,int));
171 static void FDECL(yy_flex_free, (genericptr_t));
198 static yy_state_type FDECL(yy_try_NUL_tran
[all...]
H A Dlev_lex.c159 void FDECL(yyrestart, (FILE *));
161 void FDECL(yy_switch_to_buffer, (YY_BUFFER_STATE));
163 YY_BUFFER_STATE FDECL(yy_create_buffer, (FILE *,int));
164 void FDECL(yy_delete_buffer, (YY_BUFFER_STATE));
165 void FDECL(yy_init_buffer, (YY_BUFFER_STATE,FILE *));
166 void FDECL(yy_flush_buffer, (YY_BUFFER_STATE));
169 static genericptr_t FDECL(yy_flex_alloc, (yy_size_t));
170 static genericptr_t FDECL(yy_flex_realloc2, (genericptr_t,yy_size_t,int));
171 static void FDECL(yy_flex_free, (genericptr_t));
198 static yy_state_type FDECL(yy_try_NUL_tran
[all...]
H A Dtclib.c24 int FDECL(tgetent, (char *,const char *));
25 int FDECL(tgetflag, (const char *));
26 int FDECL(tgetnum, (const char *));
27 char *FDECL(tgetstr, (const char *,char **));
28 char *FDECL(tgoto, (const char *,int,int));
29 char *FDECL(tparam, (const char *,char *,int,int,int,int,int));
30 void FDECL(tputs, (const char *,int,int (*)()));
52 static int FDECL(tc_store, (const char *,const char *));
53 static char *FDECL(tc_find, (FILE *,const char *,char *,int));
54 static char *FDECL(tc_nam
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h65 extern void FDECL(interject_assistance, (int,int,genericptr_t,genericptr_t));
66 extern void FDECL(interject, (int));
139 extern void FDECL(nttty_preference_update, (const char *));
141 extern void FDECL(map_subkeyvalue, (char *));
193 extern int FDECL(set_win32_option, (const char *, const char *));
H A Dglobal.h284 extern long *FDECL(nhalloc, (unsigned int,const char *,int));
285 extern void FDECL(nhfree, (genericptr_t,const char *,int));
295 extern long *FDECL(alloc, (unsigned int)); /* alloc.c */
H A Dregion.h10 typedef boolean FDECL((*callback_proc), (genericptr_t, genericptr_t));
H A Dtradstdc.h115 * FDECL() is used for functions with a fixed number of arguments;
124 # define FDECL(f,p) f p macro
167 # define FDECL(f,p) f() macro
244 # undef FDECL
247 # define FDECL(f,p) f()
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h65 extern void FDECL(interject_assistance, (int,int,genericptr_t,genericptr_t));
66 extern void FDECL(interject, (int));
139 extern void FDECL(nttty_preference_update, (const char *));
141 extern void FDECL(map_subkeyvalue, (char *));
193 extern int FDECL(set_win32_option, (const char *, const char *));
H A Dglobal.h284 extern long *FDECL(nhalloc, (unsigned int,const char *,int));
285 extern void FDECL(nhfree, (genericptr_t,const char *,int));
295 extern long *FDECL(alloc, (unsigned int)); /* alloc.c */
H A Dregion.h10 typedef boolean FDECL((*callback_proc), (genericptr_t, genericptr_t));
H A Dtradstdc.h115 * FDECL() is used for functions with a fixed number of arguments;
124 # define FDECL(f,p) f p macro
167 # define FDECL(f,p) f() macro
244 # undef FDECL
247 # define FDECL(f,p) f()

Completed in 70 milliseconds

12345678910