Home
last modified time | relevance | path

Searched refs:newfont (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/vfilters/vcat/
H A Dvcat.c689 register int newfont; in relfont() local
691 newfont = lastloaded; in relfont()
698 if (++newfont>=NFONTS) in relfont()
699 newfont = 0; in relfont()
700 lastloaded = newfont; in relfont()
701 if ((int)fontdes[newfont].bits != -1 && fontdes[newfont].bits != 0) in relfont()
702 nfree(fontdes[newfont].bits); in relfont()
703 fontdes[newfont].bits = 0; in relfont()
704 return(newfont); in relfont()
/original-bsd/old/vfilters/rvcat/
H A Drvcat.c720 register int newfont; in relfont() local
722 newfont = lastloaded; in relfont()
729 if (++newfont>=NFONTS) in relfont()
730 newfont = 0; in relfont()
731 lastloaded = newfont; in relfont()
732 if ((int)fontdes[newfont].bits != -1 && fontdes[newfont].bits != 0) in relfont()
733 nfree(fontdes[newfont].bits); in relfont()
734 fontdes[newfont].bits = 0; in relfont()
735 return(newfont); in relfont()
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddvar.c1159 register int newfont; in relfont() local
1161 for (newfont = 0; newfont < NFONTS; newfont++) in relfont()
1162 if (fontdes [newfont].fnum == -1) in relfont()
1164 if (fontdes [newfont].fnum != -1) { in relfont()
1165 nfree (fontdes [newfont].bits); in relfont()
1167 if (dbg) fprintf (stderr, "freeing position %d\n", newfont); in relfont()
1170 fprintf (stderr, "taking, not freeing, position %d\n", newfont); in relfont()
1173 fontdes[newfont].fnum = -1; in relfont()
1174 return (newfont); in relfont()
H A Ddver.c1169 register int newfont; in relfont() local
1171 for (newfont = 0; newfont < NFONTS; newfont++) in relfont()
1172 if (fontdes [newfont].fnum == -1) in relfont()
1174 if (fontdes [newfont].fnum != -1) { in relfont()
1175 nfree (fontdes [newfont].bits); in relfont()
1177 if (dbg) fprintf (stderr, "freeing position %d\n", newfont); in relfont()
1180 fprintf (stderr, "taking, not freeing, position %d\n", newfont); in relfont()
1183 fontdes[newfont].fnum = -1; in relfont()
1184 return (newfont); in relfont()