Symbol: putstr
games/boggle/boggle/extern.h
58
void putstr(char *);
games/hack/hack.h
639
void putstr(char *);
games/hack/hack.pager.c
317
putstr (tl->line_text);
games/hack/hack.topl.c
103
putstr(toplines);
games/hack/hack.topl.c
146
putstr(s);
games/hack/hack.topl.c
162
putstr("--More--");
games/hack/hack.tty.c
223
putstr("\b \b"); /* putsym converts \b */
games/hack/hack.tty.c
233
putstr(bufp);
games/hack/hack.tty.c
240
putstr("\b \b");
games/hack/hack.tty.c
259
putstr("Hit ");
games/hack/hack.tty.c
260
putstr(flags.cbreak ? "space" : "return");
games/hack/hack.tty.c
261
putstr(" to continue: ");
games/tetris/screen.c
296
putstr(TIstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
298
putstr(VIstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
323
putstr(LLstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
328
putstr(TEstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
330
putstr(VEstr); /* termcap(5) says this is not padded */
games/tetris/screen.c
399
moveto(r-1, c-1); putstr(" ");
games/tetris/screen.c
400
moveto(r, c-1); putstr(" ");
games/tetris/screen.c
401
moveto(r+1, c-1); putstr(" ");
games/tetris/screen.c
402
moveto(r+2, c-1); putstr(" ");
games/tetris/screen.c
405
putstr("Next shape:");
games/tetris/screen.c
411
putstr(SOstr ? " " : "[]");
games/tetris/screen.c
420
putstr(SOstr ? " " : "[]");
games/tetris/screen.c
445
putstr(" ");
games/tetris/screen.c
447
putstr(so ? "[]" : " ");
games/tetris/screen.c
487
putstr(s);
sys/arch/landisk/stand/xxboot/boot1.c
45
void putstr(const char *str);
sys/arch/landisk/stand/xxboot/boot1.c
72
putstr("\r\nOpenBSD/" MACHINE " Primary Bootstrap\r\n");
usr.bin/less/cmdbuf.c
236
putstr(pr);
usr.bin/less/cmdbuf.c
246
putstr(pr);
usr.bin/less/cmdbuf.c
362
putstr(pr);
usr.bin/less/cmdbuf.c
367
putstr(pr);
usr.bin/less/command.c
671
putstr("& ");
usr.bin/less/command.c
676
putstr(p);
usr.bin/less/forwback.c
164
putstr("...skipping...\n");
usr.bin/less/funcs.h
227
void putstr(const char *);
usr.bin/less/lsystem.c
117
putstr(donemsg);
usr.bin/less/lsystem.c
118
putstr(" (press RETURN)");
usr.bin/less/lsystem.c
206
putstr("!");
usr.bin/less/lsystem.c
207
putstr(cmd);
usr.bin/less/lsystem.c
208
putstr("\n");
usr.bin/less/lsystem.c
47
putstr("!");
usr.bin/less/lsystem.c
48
putstr(cmd);
usr.bin/less/lsystem.c
49
putstr("\n");
usr.bin/less/optfunc.c
411
putstr("less ");
usr.bin/less/optfunc.c
412
putstr(version);
usr.bin/less/optfunc.c
413
putstr(" (");
usr.bin/less/optfunc.c
414
putstr("POSIX ");
usr.bin/less/optfunc.c
415
putstr("regular expressions)\n");
usr.bin/less/optfunc.c
416
putstr("Copyright (C) 1984-2012 Mark Nudelman\n");
usr.bin/less/optfunc.c
417
putstr("Modified for use with illumos by Garrett D'Amore.\n");
usr.bin/less/optfunc.c
418
putstr("Copyright 2014 Garrett D'Amore\n\n");
usr.bin/less/optfunc.c
419
putstr("less comes with NO WARRANTY, ");
usr.bin/less/optfunc.c
420
putstr("to the extent permitted by law.\n");
usr.bin/less/optfunc.c
421
putstr("For information about the terms of redistribution,\n");
usr.bin/less/optfunc.c
422
putstr("see the file named README in the less distribution.\n");
usr.bin/less/optfunc.c
423
putstr("Homepage: https://www.greenwoodsoftware.com/less\n");
usr.bin/less/optfunc.c
424
putstr("\n");
usr.bin/less/output.c
162
putstr(buf);
usr.bin/less/output.c
175
putstr(buf);
usr.bin/less/output.c
262
putstr(return_to_continue);
usr.bin/less/output.c
296
putstr(intr_to_abort);