Searched defs:smnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dni.c103 int smnt = 0; /* beginning of special fonts */ variable
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c113 int smnt; /* index of first special font */ variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c351 int smnt; /* index of first special font */ variable
1442 if ( smnt == 0 && fontbase[n]->specfont == 1 )
1443 smnt = n;
2318 } else if ( smnt > 0 ) { /* on special (we hope) */
2319 for ( k=smnt, j=0; j <= nfonts; j++, k = (k+1) % (nfonts+1) ) {

Completed in 63 milliseconds