Searched defs:nchtab (Results 1 - 6 of 6) 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 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 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/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);
/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...]

Completed in 53 milliseconds