HomeSort by: relevance | last modified time | path
    Searched refs:fonts (Results 1 - 8 of 8) sorted by relevancy

  /src/share/wscons/
Makefile 3 SUBDIR= keymaps fonts
  /src/share/wscons/fonts/
Makefile 3 FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
21 FONTS += ter-i12n.wsf
22 FONTS += ter-i16b.wsf
23 FONTS += ter-i16n.wsf
24 FONTS += ter-i16v.wsf
25 FONTS += ter-i20n.wsf
26 FONTS += ter-i24n.wsf
27 FONTS += ter-i28n.wsf
28 FONTS += ter-i32n.wsf
30 FONTS += ter-112n.ws
    [all...]
  /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]);
  /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...]
  /src/share/mk/
bsd.x11.mk 304 s,@MAPDIR@,\\$$\{libdir\}/X11/fonts/util,; \
320 s,@fontrootdir@,\\$$\{libdir\}/X11/fonts,; \
bsd.own.mk 1746 X11FONTDIR?= ${X11ROOTDIR}/lib/X11/fonts
  /src/usr.sbin/sysinst/
msg.mi.en 876 {X11 fonts}
  /src/usr.sbin/postinstall/
postinstall.in 1354 FONTCONFIG_DIR="${SRC_DIR}/etc/fonts/conf.avail"
1365 10-scale-bitmap-fonts.conf
1386 65-fonts-persian.conf
1396 "${DEST_DIR}/etc/fonts/conf.avail" \
1402 FONTS_DIR="${SRC_DIR}/etc/fonts"
1407 populate_dir "$op" false "${FONTS_DIR}" "${DEST_DIR}/etc/fonts" 444 \
1408 fonts.conf
1428 if [ -f "${DEST_DIR}/etc/fonts/conf.d/$i" ]; then

Completed in 38 milliseconds