Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c101 if (widcache[i-32].fontpts == (xfont<<8) + xpts && !setwdf)
102 k = widcache[i-32].width;
123 widcache[0].fontpts = 0; in zapwcache()
127 widcache[i].fontpts = 0; in zapwcache()
194 widcache[i].fontpts = 0;
196 widcache[i].fontpts = (xfont<<8) + xpts;
197 widcache[i].width = k;
H A Dt10.c357 if (widcache[k-32].fontpts == (xfont<<8) + xpts && !setwdf) {
358 w = widcache[k-32].width;
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c146 struct widcache widcache[NWIDCACHE]; variable
H A Dext.h181 extern struct widcache { /* width cache, indexed by character */ struct
184 } widcache[NWIDCACHE]; argument