Searched refs:PUTS (Results 1 – 4 of 4) sorted by relevance
136 #define PUTS(s) while ((ch = *(s)++) != 0) { \ in snprintb_m() macro187 PUTS(bitfmt); in snprintb_m()208 PUTS(bitfmt); in snprintb_m()230 PUTS(bitfmt); in snprintb_m()
1223 #define PUTS(s) (void) puts(s) in main() macro1226 PUTS("? -- display this help message"); in main()1227 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move"); in main()1228 PUTS("s[croll] n t b m -- display scrolling sequence"); in main()1231 PUTS("l[oad] <term> -- load terminal info for type <term>"); in main()1232 PUTS("d[elete] <cap> -- delete named capability"); in main()1233 PUTS("i[nspect] -- display terminal capabilities"); in main()1234 PUTS("c[ost] -- dump cursor-optimization cost table"); in main()1235 PUTS("o[optimize] -- toggle movement optimization"); in main()1236 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()
56 #define PUTS(s) fputs(s, stdout) macro183 PUTS(longname()); in tput_cmd()