Home
last modified time | relevance | path

Searched refs:PUTS (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/tty/
H A Dlib_mvcur.c1216 #define PUTS(s) (void) puts(s) in main() macro
1219 PUTS("? -- display this help message"); in main()
1220 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move"); in main()
1221 PUTS("s[croll] n t b m -- display scrolling sequence"); in main()
1224 PUTS("l[oad] <term> -- load terminal info for type <term>"); in main()
1225 PUTS("d[elete] <cap> -- delete named capability"); in main()
1226 PUTS("i[nspect] -- display terminal capabilities"); in main()
1227 PUTS("c[ost] -- dump cursor-optimization cost table"); in main()
1228 PUTS("o[optimize] -- toggle movement optimization"); in main()
1229 PUTS("t[orture] <num> -- torture-test with <num> random moves"); in main()
[all …]
/openbsd/lib/libcurses/base/
H A Dlib_screen.c816 #define PUTS(s) if (fputs(s, filep) == EOF || ferror(filep)) returnCode(code) in putwin() macro
817 PUTS(my_magic); in putwin()
818 PUTS(version); in putwin()
819 PUTS("\n"); in putwin()
901 PUTS(buffer); in putwin()
907 PUTS(buffer); in putwin()
910 PUTS("\n"); in putwin()
/openbsd/usr.bin/tput/
H A Dtput.c54 #define PUTS(s) fputs(s, stdout) macro
199 PUTS(longname()); in tput_cmd()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog5735 for gdbserver. Also comment out an unnecessary PUTS.