/src/usr.sbin/lpr/lpr/ |
lpr.c | 81 static char *fonts[4]; /* troff font names */ variable in typeref:typename:char * [4] 162 case '4': /* troff fonts */ 166 fonts[optopt - '1'] = optarg; 328 if (fonts[i] != NULL) 329 card('1'+i, fonts[i]);
|
lpr.c | 81 static char *fonts[4]; /* troff font names */ variable in typeref:typename:char * [4] 162 case '4': /* troff fonts */ 166 fonts[optopt - '1'] = optarg; 328 if (fonts[i] != NULL) 329 card('1'+i, fonts[i]);
|
/src/usr.sbin/lpr/lpd/ |
printjob.c | 324 char fonts[4][FONTLEN]; /* fonts for troff */ variable in typeref:typename:char[4][] 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])) [all...] |
printjob.c | 324 char fonts[4][FONTLEN]; /* fonts for troff */ variable in typeref:typename:char[4][] 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])) [all...] |