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

/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1223 #define PUTS(s) (void) puts(s) macro
1226 PUTS("? -- display this help message");
1227 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1228 PUTS("s[croll] n t b m -- display scrolling sequence");
1231 PUTS("l[oad] <term> -- load terminal info for type <term>");
1232 PUTS("d[elete] <cap> -- delete named capability");
1233 PUTS("i[nspect] -- display terminal capabilities");
1234 PUTS("c[ost] -- dump cursor-optimization cost table");
1235 PUTS("o[optimize] -- toggle movement optimization");
1236 PUTS("
[all...]
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c35 #define PUTS(s) do { \ macro
1043 PUTS ("Error restoring receiver mode.");
1046 PUTS ("Error releasing PKT-DRVR handle.");
1101 PUTS ("Packet driver not found.");
1108 PUTS ("Error getting pkt-drvr information.");
1124 PUTS ("Cannot allocate real-mode stub.");
1139 PUTS ("real-mode init failed.");
1151 PUTS ("real-mode init failed.");
1191 PUTS ("Error setting pkt-drvr access.");
1198 PUTS ("Erro
[all...]
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtput.c56 #define PUTS(s) fputs(s, stdout) macro
183 PUTS(longname());
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c816 #define PUTS(s) if (fputs(s, filep) == EOF || ferror(filep)) returnCode(code) macro
817 PUTS(my_magic);
818 PUTS(version);
819 PUTS("\n");
901 PUTS(buffer);
907 PUTS(buffer);
910 PUTS("\n");

Completed in 108 milliseconds