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

Function Norep

src/pline.c:326–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void
327Norep(const char *line, ...)
328{
329 va_list the_args;
330
331 va_start(the_args, line);
332 gp.pline_flags = PLINE_NOREPEAT;
333 vpline(line, the_args);
334 gp.pline_flags = 0;
335 va_end(the_args);
336}
337
338staticfn char *
339You_buf(int siz)

Callers 15

doshFunction · 0.85
doshFunction · 0.85
dosuspendFunction · 0.85
interrupt_multiFunction · 0.85
openoneFunction · 0.85
dosearch0Function · 0.85
cursetxtFunction · 0.85
canletgoFunction · 0.85
cmd_safety_preventionFunction · 0.85
revive_nastyFunction · 0.85
trapmoveFunction · 0.85
nh_timeoutFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by

no test coverage detected