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

Function config_error_add

src/cfgfiles.c:1862–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1860}
1861
1862DISABLE_WARNING_FORMAT_NONLITERAL
1863
1864void
1865config_error_add(const char *str, ...)
1866{
1867 va_list the_args;
1868
1869 va_start(the_args, str);
1870 vconfig_error_add(str, the_args);
1871 va_end(the_args);
1872}
1873
1874staticfn void
1875vconfig_error_add(const char *str, va_list the_args)

Callers 15

process_optionsFunction · 0.85
set_altkeyhandlingFunction · 0.85
parseoptionsFunction · 0.85
optfn_alignmentFunction · 0.85
optfn_align_messageFunction · 0.85
optfn_align_statusFunction · 0.85
optfn_autounlockFunction · 0.85
optfn_boulderFunction · 0.85
optfn_crash_urlmaxFunction · 0.85
optfn_cursesgraphicsFunction · 0.85
optfn_DECgraphicsFunction · 0.85
optfn_discloseFunction · 0.85

Calls 1

vconfig_error_addFunction · 0.85

Tested by 1

test_regex_patternFunction · 0.68