putstr
void putstr(char *);
void putstr(char *);
putstr (tl->line_text);
putstr(toplines);
putstr(s);
putstr("--More--");
putstr("\b \b"); /* putsym converts \b */
putstr(bufp);
putstr("\b \b");
putstr("Hit ");
putstr(flags.cbreak ? "space" : "return");
putstr(" to continue: ");
putstr(TIstr); /* termcap(5) says this is not padded */
putstr(VIstr); /* termcap(5) says this is not padded */
putstr(LLstr); /* termcap(5) says this is not padded */
putstr(TEstr); /* termcap(5) says this is not padded */
putstr(VEstr); /* termcap(5) says this is not padded */
moveto(r-1, c-1); putstr(" ");
moveto(r, c-1); putstr(" ");
moveto(r+1, c-1); putstr(" ");
moveto(r+2, c-1); putstr(" ");
putstr("Next shape:");
putstr(SOstr ? " " : "[]");
putstr(SOstr ? " " : "[]");
putstr(" ");
putstr(so ? "[]" : " ");
putstr(s);
void putstr(const char *str);
putstr("\r\nOpenBSD/" MACHINE " Primary Bootstrap\r\n");
putstr(pr);
putstr(pr);
putstr(pr);
putstr(pr);
putstr("& ");
putstr(p);
putstr("...skipping...\n");
void putstr(const char *);
putstr(donemsg);
putstr(" (press RETURN)");
putstr("!");
putstr(cmd);
putstr("\n");
putstr("!");
putstr(cmd);
putstr("\n");
putstr("less ");
putstr(version);
putstr(" (");
putstr("POSIX ");
putstr("regular expressions)\n");
putstr("Copyright (C) 1984-2012 Mark Nudelman\n");
putstr("Modified for use with illumos by Garrett D'Amore.\n");
putstr("Copyright 2014 Garrett D'Amore\n\n");
putstr("less comes with NO WARRANTY, ");
putstr("to the extent permitted by law.\n");
putstr("For information about the terms of redistribution,\n");
putstr("see the file named README in the less distribution.\n");
putstr("Homepage: https://www.greenwoodsoftware.com/less\n");
putstr("\n");
putstr(buf);
putstr(buf);
putstr(return_to_continue);
putstr(intr_to_abort);