Searched refs:PUTS (Results 1 – 4 of 4) sorted by relevance
1216 #define PUTS(s) (void) puts(s) in main() macro1219 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 …]
816 #define PUTS(s) if (fputs(s, filep) == EOF || ferror(filep)) returnCode(code) in putwin() macro817 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()
54 #define PUTS(s) fputs(s, stdout) macro199 PUTS(longname()); in tput_cmd()
5735 for gdbserver. Also comment out an unnecessary PUTS.