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

Function xputs

win/tty/termcap.c:637–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void
638xputs(const char *s)
639{
640#ifndef TERMLIB
641 (void) fputs(s, stdout);
642#else
643 tputs(s, 1, xputc);
644#endif
645}
646
647void
648cl_end(void)

Callers 15

tty_number_padFunction · 0.70
term_start_screenFunction · 0.70
term_end_screenFunction · 0.70
nocmovFunction · 0.70
cmovFunction · 0.70
cl_endFunction · 0.70
term_clear_screenFunction · 0.70
homeFunction · 0.70
standoutbegFunction · 0.70
standoutendFunction · 0.70
revbegFunction · 0.70

Calls 1

tputsFunction · 0.85

Tested by

no test coverage detected