| /src/external/gpl2/groff/dist/font/devps/generate/ |
| afmname | 2 # Fix the path name of an AFM file. 7 echo `dirname $1`/`basename $1 .afm | awk ' 43 ' `.afm
|
| Makefile | 28 # Directory containing AFM files. Must not be current directory. 29 # Either long names (eg Times-Roman.afm) or short names (eg timesr.afm) 31 afmdir=/usr/local/lib/afm 56 `$(AFMNAME) $(afmdir)/Times-Roman.afm` $(TEXTMAP) $@ 60 `$(AFMNAME) $(afmdir)/Times-Bold.afm` $(TEXTMAP) $@ 64 `$(AFMNAME) $(afmdir)/Times-Italic.afm` $(TEXTMAP) $@ 68 `$(AFMNAME) $(afmdir)/Times-BoldItalic.afm` $(TEXTMAP) $@ 72 `$(AFMNAME) $(afmdir)/Helvetica.afm` $(TEXTMAP) $@ 76 `$(AFMNAME) $(afmdir)/Helvetica-Bold.afm` $(TEXTMAP) $ [all...] |
| /src/external/mit/xorg/share/fonts/Type1/font-bh-type1/ |
| Makefile | 8 FILES= l047013t.afm l047013t.pfa l047016t.afm l047016t.pfa \ 9 l047033t.afm l047033t.pfa l047036t.afm l047036t.pfa \ 10 l048013t.afm l048013t.pfa l048016t.afm l048016t.pfa \ 11 l048033t.afm l048033t.pfa l048036t.afm l048036t.pfa \ 12 l049013t.afm l049013t.pfa l049016t.afm l049016t.pfa [all...] |
| /src/external/mit/xorg/share/fonts/Type1/font-bitstream-type1/ |
| Makefile | 8 FILES= c0419bt_.afm c0419bt_.pfb c0582bt_.afm c0582bt_.pfb \ 9 c0583bt_.afm c0583bt_.pfb c0611bt_.afm c0611bt_.pfb \ 10 c0632bt_.afm c0632bt_.pfb c0633bt_.afm c0633bt_.pfb \ 11 c0648bt_.afm c0648bt_.pfb c0649bt_.afm c0649bt_.pfb
|
| /src/sys/altq/ |
| altq_afmap.c | 72 static struct afm *afm_match4(struct afm_head *, struct flowinfo_in *); 74 static struct afm *afm_match6(struct afm_head *, struct flowinfo_in6 *); 118 struct afm * 133 struct afm *afm; local 149 afm = malloc(sizeof(struct afm), M_DEVBUF, M_WAITOK|M_ZERO); 150 if (afm == NULL) 153 afm->afm_vci = flowmap->af_vci; 154 afm->afm_vpi = flowmap->af_vpi 174 struct afm *afm; local 188 struct afm *afm; local 203 struct afm *afm; local 232 struct afm *afm; local 305 altqdev_decl(afm); variable [all...] |
| altq_afmap.h | 66 struct afm { struct 67 LIST_ENTRY(afm) afm_list; 89 LIST_HEAD(, afm) afh_head; 93 struct afm *afm_top(struct ifnet *); 97 int afm_remove(struct afm *); 99 struct afm *afm_lookup(struct ifnet *, int, int); 100 struct afm *afm_match(struct ifnet *, struct flowinfo *);
|
| altq_conf.c | 64 altqdev_decl(afm); variable 110 {"afm", afmopen, afmclose, afmioctl}, /* 3 */
|
| /src/external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1/ |
| Makefile | 8 FILES= UTBI____.afm UTBI____.pfa UTB_____.afm UTB_____.pfa \ 9 UTI_____.afm UTI_____.pfa UTRG____.afm UTRG____.pfa
|
| /src/external/mit/xorg/share/fonts/Type1/font-ibm-type1/ |
| Makefile | 8 FILES= cour.afm cour.pfa courb.afm courb.pfa \ 9 courbi.afm courbi.pfa couri.afm couri.pfa
|
| /src/external/gpl2/groff/font/devps/ |
| Makefile | 16 generate/symbolchars generate/symbolsl.afm generate/textmap
|
| /src/external/gpl2/groff/dist/src/utils/afmtodit/ |
| afmtodit.pl | 6067 my $afm = $ARGV[0]; 6074 # read the afm file 6087 open(AFM, $afm) || die "$prog: can't open \`$ARGV[0]': $!\n"; 6089 while (<AFM>) { 6116 while (<AFM>) { 6174 close(AFM); 6398 # Check explicitly for groff's standard ligatures -- many afm files don't
|
| /src/etc/ |
| MAKEDEV.tmpl | 1757 for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs
|