Lines Matching refs:linebuf
51 static char linebuf[SCRWID / 2 * (MB_LEN_MAX + 1)];
165 (void) strcpy(linebuf, "");
168 (void) printf("\n%s", linebuf);
209 if (*linebuf) {
211 (void) printf("\n%s", linebuf);
219 (void) sprintf(linebuf, "%lx ",
224 (void) sprintf(linebuf, "%lx ", wc);
237 (void) strcat(linebuf, prep);
239 (void) strcat(linebuf, " ");
241 (void) strcat(linebuf, prep);
242 (void) strcat(linebuf, (char *) codestr);