putstr
void putstr(char *);
void putstr(const 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);
putstr("\r\n");
putstr(line);
putstr(&slash[1]);
putstr(editedhost);
putstr(db);
putstr(kerninfo.sysname);
putstr(kerninfo.machine);
putstr(kerninfo.release);
putstr(kerninfo.version);