Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h67 char *codetab[NROFFCHARS-_SPECCHAR_ST]; member
H A Dn10.c181 t.codetab[i] = p; in ptinit()
516 codep = t.codetab[k-_SPECCHAR_ST]; in ptout1()
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c335 decode(char *name, struct code *codetab) in decode() argument
342 for (c = codetab; c->c_name; c++) in decode()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c357 char *codetab[NFONT+1]; /* and codes to get characters printed */ variable
1381 widthtab[i] = codetab[i] = fitab[i] = NULL; in fontinit()
1445 codetab[n] = (char *) widthtab[n] + 2 * nw; in loadfont()
1538 fprintf(tf, " %2d", codetab[i][j] & BMASK); in fontprint()
2314 p = codetab[font]; in put1()
2320 p = codetab[k]; in put1()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c57 char *codetab[NFONT+1]; variable
142 codetab[i] = p + 2 * nw; in ptinit()
H A Dt6.c56 extern char *codetab[NFONT+1];
217 if (codetab[xfont][i] == n) in abscw()
H A Dta.c119 char *codetab[NFONT]; /* device codes */ variable
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h245 static int decode(char *name, struct code *codetab);
H A Dsyslogd.c3560 decode(char *name, struct code *codetab) in decode() argument
3573 for (c = codetab; c->c_name; c++) in decode()
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c143 static unsigned short codetab [OUTSTACKSIZE]; variable
146 #define codetabof(i) codetab[i]