Searched refs:VA_ARGS (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c30 vpline(line, VA_ARGS);
55 Vsprintf(pbuf,line,VA_ARGS);
77 vpline(line, VA_ARGS);
119 vpline(YouMessage(tmp, "You ", line), VA_ARGS);
129 vpline(YouMessage(tmp, "Your ", line), VA_ARGS);
139 vpline(YouMessage(tmp, "You feel ", line), VA_ARGS);
150 vpline(YouMessage(tmp, "You can't ", line), VA_ARGS);
160 vpline(YouMessage(tmp, "The ", line), VA_ARGS);
170 vpline(YouMessage(tmp, "There ", line), VA_ARGS);
186 vpline(strcat(tmp, line), VA_ARGS);
[all...]
H A Dend.c297 Vsprintf(buf,str,VA_ARGS);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c30 vpline(line, VA_ARGS);
55 Vsprintf(pbuf,line,VA_ARGS);
77 vpline(line, VA_ARGS);
119 vpline(YouMessage(tmp, "You ", line), VA_ARGS);
129 vpline(YouMessage(tmp, "Your ", line), VA_ARGS);
139 vpline(YouMessage(tmp, "You feel ", line), VA_ARGS);
150 vpline(YouMessage(tmp, "You can't ", line), VA_ARGS);
160 vpline(YouMessage(tmp, "The ", line), VA_ARGS);
170 vpline(YouMessage(tmp, "There ", line), VA_ARGS);
186 vpline(strcat(tmp, line), VA_ARGS);
[all...]
H A Dend.c297 Vsprintf(buf,str,VA_ARGS);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h76 # define VA_ARGS the_args macro
89 # define VA_ARGS the_args macro
95 # define VA_ARGS arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9 macro
96 # define VA_DECL(typ1,var1) (var1,VA_ARGS) typ1 var1; \
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtradstdc.h76 # define VA_ARGS the_args macro
89 # define VA_ARGS the_args macro
95 # define VA_ARGS arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9 macro
96 # define VA_DECL(typ1,var1) (var1,VA_ARGS) typ1 var1; \
98 # define VA_DECL2(typ1,var1,typ2,var2) (var1,var2,VA_ARGS) \
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpctty.c80 Vprintf(s,VA_ARGS);
H A Dpcsys.c422 Vprintf(fmt, VA_ARGS);
H A Dunixtty.c445 Vprintf(s,VA_ARGS);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpctty.c80 Vprintf(s,VA_ARGS);
H A Dpcsys.c422 Vprintf(fmt, VA_ARGS);
H A Dunixtty.c445 Vprintf(s,VA_ARGS);

Completed in 103 milliseconds