Searched defs:codetab (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h70 char *codetab[NROFFCHARS-_SPECCHAR_ST]; member in struct:t
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c59 char *codetab[NFONT+1]; variable
144 codetab[i] = p + 2 * nw;
H A Dta.c119 char *codetab[NFONT]; /* device codes */ variable
414 loadcode(n, nw) /* load codetab on position n (0...); #chars is nw */
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c359 char *codetab[NFONT+1]; /* and codes to get characters printed */ variable
1383 widthtab[i] = codetab[i] = fitab[i] = NULL;
1447 codetab[n] = (char *) widthtab[n] + 2 * nw;
1540 fprintf(tf, " %2d", codetab[i][j] & BMASK);
2279 char *p; /* and codetab where c was found */
2298 * character can be found at widthtab[k][c] while codetab[k][c] is whatever we
2316 p = codetab[font];
2322 p = codetab[k];
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c141 static unsigned short codetab [OUTSTACKSIZE]; variable
144 #define codetabof(i) codetab[i]
151 * as the codetab. The tab_suffix table needs 2**BITS characters. We
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c3573 decode(char *name, struct code *codetab) argument
3586 for (c = codetab; c->c_name; c++)

Completed in 89 milliseconds