Searched refs:nchtab (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h59 short nchtab; /* number of funny names in chtab */ member in struct:dev
H A Dmakedev.c71 indices of char names (nchtab * sizeof(short))
77 fitab (nchtab+128-32)
168 dev.nchtab = 0;
170 chtab[dev.nchtab++] = p - chname;
175 chtab[dev.nchtab++] = 0; /* terminate properly */
187 write(fdout, chtab, dev.nchtab * sizeof(chtab[0]));
196 write(fdout, fitab, dev.nchtab+128-32);
201 + dev.nchtab * sizeof(chtab[0])
276 for (i = 0; i < dev.nchtab; i++)
281 if (i >= dev.nchtab)
[all...]
H A Dt10.c67 int nchtab; variable
122 nchtab = dev.nchtab;
123 if (nchtab >= NCHARS - 128) {
132 chname = (char *) (chtab + dev.nchtab);
146 p += 3 * nw + dev.nchtab + 128 - 32;
149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font);
174 fdprintf(ptid, "x xxx nchtab=%d lchname=%d nfitab=%d\n",
175 dev.nchtab, dev.lchname, dev.nchtab
[all...]
H A Dt6.c57 extern int nchtab;
142 if (i >= nchtab + 128-32) {
143 j = abscw(i + 32 - (nchtab+128));
261 extern int nchtab;
267 for (j = 0; j < nchtab; j++)
276 extern int nchtab;
284 return n + nchtab + 128;
691 extern int nchtab;
707 read(k, (char *) fontbase[pos], 3*n + nchtab + 128 - 32 + sizeof(struct Font));
H A Dta.c114 int nchtab; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h54 short nchtab; /* number of funny names in chtab */ member in struct:dev
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c71 indices of char names (nchtab * sizeof(short))
77 fitab (nchtab+128-32)
176 dev.nchtab = 0;
178 chtab[dev.nchtab++] = pchname;
184 chtab[dev.nchtab++] = 0; /* terminate properly */
196 write(fdout, chtab, dev.nchtab * sizeof(chtab[0]));
205 write(fdout, fitab, dev.nchtab+128-32);
210 + dev.nchtab * sizeof(chtab[0])
285 for (i = 0; i < dev.nchtab; i++)
290 if (i >= dev.nchtab)
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c352 int nchtab; /* number of special character names */ variable
1367 nchtab = dev.nchtab;
1378 chname = (char *) (chtab + nchtab);
1379 fsize = 3 * 255 + nchtab + 128 - 32 + sizeof(struct Font);
1386 if ( (downloaded = (char *) calloc(nchtab + 128, sizeof(char))) == NULL )
1487 p += 3 * nw + dev.nchtab + 128 - 32 + sizeof(struct Font);
1545 for ( j = 0; j <= dev.nchtab + 128-32; j++ ) {
2256 for ( i = 0; i < nchtab; i++ )
2260 if ( i < nchtab )
[all...]
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c72 int nchtab = 0; variable
187 nchtab++;
514 } else if (k >= nchtab + _SPECCHAR_ST) {
515 oput(k - nchtab - _SPECCHAR_ST);
H A Dn6.c53 extern int nchtab;
137 return n + nchtab + _SPECCHAR_ST;

Completed in 318 milliseconds