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

/opensolaris-onvv-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h70 char *codetab[NROFFCHARS-_SPECCHAR_ST]; member in struct:t
H A Dn10.c183 t.codetab[i] = p;
518 codep = t.codetab[k-_SPECCHAR_ST];
/opensolaris-onvv-gate/usr/src/cmd/logger/
H A Dlogger.c330 decode(name, codetab)
332 struct code *codetab;
339 for (c = codetab; c->c_name; c++)
/opensolaris-onvv-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];
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c59 char *codetab[NFONT+1]; variable
144 codetab[i] = p + 2 * nw;
H A Dt6.c58 extern char *codetab[NFONT+1];
218 if (codetab[xfont][i] == n)
H A Dta.c119 char *codetab[NFONT]; /* device codes */ variable
414 loadcode(n, nw) /* load codetab on position n (0...); #chars is nw */
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h254 static int decode(char *name, struct code *codetab);
H A Dsyslogd.c3569 decode(char *name, struct code *codetab) argument
3582 for (c = codetab; c->c_name; c++)
/opensolaris-onvv-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

Completed in 122 milliseconds