Home | History | Annotate | Download | only in lpd

Lines Matching defs:fonts

324 char	fonts[4][FONTLEN];	/* fonts for troff */
352 * Reset troff fonts.
355 strlcpy(fonts[i], ifonts[i], sizeof(fonts[i]));
459 case '1': /* troff fonts */
464 strlcpy(fonts[line[0]-'1'], line+1,
465 sizeof(fonts[line[0]-'1']));
656 if (fonts[n][0] != '/')
659 (void)write(fo, fonts[n], strlen(fonts[n]));