Lines Matching refs:linebuf
49 static char linebuf[SCRWID / 2 * (MB_LEN_MAX + 1)]; variable
163 (void) strcpy(linebuf, "");
166 (void) printf("\n%s", linebuf);
207 if (*linebuf) {
209 (void) printf("\n%s", linebuf);
217 (void) sprintf(linebuf, "%lx ",
222 (void) sprintf(linebuf, "%lx ", wc);
235 (void) strcat(linebuf, prep);
237 (void) strcat(linebuf, " ");
239 (void) strcat(linebuf, prep);
240 (void) strcat(linebuf, (char *) codestr);