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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c60 short *pstab; variable
230 xpts = pstab[--k];
354 for (j=k=0 ; pstab[j] != 0 ; j++)
355 if (abs(pstab[j]-i) < abs(pstab[k]-i))
358 return(pstab[k]);
368 for (j = 0; i > (k = pstab[j]); j++)
370 k = pstab[--j];
H A Dta.c110 short *pstab = psizes; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c349 short *pstab; /* list of available sizes */ variable
1376 pstab = (short *) filebase;
1377 chtab = pstab + nsizes + 1;
1849 * pstab[]. The internal size is one plus the index of the least upper bound of
1850 * n in pstab[], or nsizes if n is larger than all the listed sizes.
1855 if ( n <= pstab[0] )
1857 else if (n >= pstab[nsizes-1])
1860 for ( i = 0; n > pstab[i]; i++ ) ;
1878 * Now using internal size n, where pstab[n-1] is the best available approximation
2034 fprintf(tf, "%d %s f\n", pstab[siz
[all...]

Completed in 59 milliseconds