MCPcopy Create free account
hub / github.com/NetHack/NetHack / pline

Function pline

src/pline.c:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99staticfn void vpline(const char *, va_list);
100
101DISABLE_WARNING_FORMAT_NONLITERAL
102
103void
104pline(const char *line, ...)
105{
106 va_list the_args;
107
108 va_start(the_args, line);
109 vpline(line, the_args);
110 va_end(the_args);
111}
112
113void
114pline_dir(int dir, const char *line, ...)

Callers 15

setuwepFunction · 0.70
ready_weaponFunction · 0.70
dowieldFunction · 0.70
doswapweaponFunction · 0.70
doquiver_coreFunction · 0.70
wield_toolFunction · 0.70
can_twoweaponFunction · 0.70
drop_uswapwepFunction · 0.70
uwepgoneFunction · 0.70
chweponFunction · 0.70
weldmsgFunction · 0.70
optfn_fruitFunction · 0.70

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.56