Searched refs:smnt (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c158 if (smnt) {
160 for (ii=smnt, jj=0; jj < nfonts; jj++, ii=ii % nfonts + 1) {
295 if ((k = i - '0') >= 0 && k <= nfonts && k < smnt)
718 if (pos == smnt) {
719 smnt = 0;
723 smnt = pos;
780 if (j == smnt) {
781 k = smnt;
H A Dt10.c139 if (smnt == 0 && fontbase[i]->specfont == 1)
140 smnt = i; /* first special font */
H A Dta.c113 int smnt; /* index of first special font */ variable
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c146 if ((k = i - '0') >= 0 && k <= nfonts && k < smnt)
438 if (j == smnt) {
439 k = smnt;
H A Dn10.c200 smnt = nfonts = 5; /* R I B BI S */
/illumos-gate/usr/src/cmd/troff/
H A Dext.h155 extern int smnt;
H A Dni.c103 int smnt = 0; /* beginning of special fonts */ 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 89 milliseconds