MCPcopy Index your code
hub / github.com/NetHack/NetHack / raw_printf

Function raw_printf

src/pline.c:548–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546staticfn void vraw_printf(const char *, va_list);
547
548void
549raw_printf(const char *line, ...)
550{
551 va_list the_args;
552
553 va_start(the_args, line);
554 vraw_printf(line, the_args);
555 va_end(the_args);
556 if (!program_state.beyond_savefile_load)
557 ge.early_raw_messages++;
558}
559
560DISABLE_WARNING_FORMAT_NONLITERAL
561

Callers 15

initoptions_finishFunction · 0.70
crashreport_initFunction · 0.70
NH_panictrace_libcFunction · 0.70
VA_DECLFunction · 0.70
setgemprobsFunction · 0.70
prscoreFunction · 0.70
dump_weightsFunction · 0.70
choose_windowsFunction · 0.70
addto_windowchainFunction · 0.70
commit_windowchainFunction · 0.70
docompress_fileFunction · 0.70
problematic_savefileFunction · 0.70

Calls 1

vraw_printfFunction · 0.85

Tested by

no test coverage detected