Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dnii.c146 struct widcache widcache[NWIDCACHE];
H A Dext.h184 } widcache[NWIDCACHE];
H A Dtdef.h172 #define NWIDCACHE NCHARS /* number of items in widcache */ macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c126 for (i=0; i<NWIDCACHE; i++) in zapwcache()