Home
last modified time | relevance | path

Searched defs:PUTS (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/tput/
H A Dtput.c54 #define PUTS(s) fputs(s, stdout) macro
/openbsd-src/lib/libcurses/base/
H A Dlib_screen.c816 #define PUTS(s) if (fputs(s, filep) == EOF || ferror(filep)) returnCode(code) in putwin() macro
/openbsd-src/lib/libcurses/tty/
H A Dlib_mvcur.c1216 #define PUTS(s) (void) puts(s) in main() macro