Symbol: putstr
games/boggle/boggle/extern.h
80
void putstr(char *);
games/hack/extern.h
427
void putstr(const char *);
games/hack/hack.pager.c
319
putstr(tl->line_text);
games/hack/hack.topl.c
100
putstr(toplines);
games/hack/hack.topl.c
142
putstr(s);
games/hack/hack.topl.c
159
putstr("--More--");
games/hack/hack.tty.c
235
putstr("\b \b"); /* putsym converts \b */
games/hack/hack.tty.c
248
putstr(bufp);
games/hack/hack.tty.c
255
putstr("\b \b");
games/hack/hack.tty.c
274
putstr("Hit ");
games/hack/hack.tty.c
275
putstr(flags.cbreak ? "space" : "return");
games/hack/hack.tty.c
276
putstr(" to continue: ");
games/tetris/screen.c
292
putstr(TIstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
294
putstr(VIstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
319
putstr(LLstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
324
putstr(TEstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
326
putstr(VEstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
393
moveto(r-1, c-1); putstr(" ");
games/tetris/screen.c
394
moveto(r, c-1); putstr(" ");
games/tetris/screen.c
395
moveto(r+1, c-1); putstr(" ");
games/tetris/screen.c
396
moveto(r+2, c-1); putstr(" ");
games/tetris/screen.c
399
putstr("Next shape:");
games/tetris/screen.c
405
putstr(SOstr ? " " : "[]");
games/tetris/screen.c
414
putstr(SOstr ? " " : "[]");
games/tetris/screen.c
439
putstr(" ");
games/tetris/screen.c
441
putstr(so ? "[]" : " ");
games/tetris/screen.c
480
putstr(s);
libexec/telnetd/utility.c
428
putstr("\r\n");
libexec/telnetd/utility.c
445
putstr(line);
libexec/telnetd/utility.c
447
putstr(&slash[1]);
libexec/telnetd/utility.c
451
putstr(editedhost);
libexec/telnetd/utility.c
460
putstr(db);
libexec/telnetd/utility.c
465
putstr(kerninfo.sysname);
libexec/telnetd/utility.c
469
putstr(kerninfo.machine);
libexec/telnetd/utility.c
473
putstr(kerninfo.release);
libexec/telnetd/utility.c
477
putstr(kerninfo.version);