Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logger/
H A Dlogger.c335 decode(name, codetab) in decode() argument
337 struct code *codetab;
344 for (c = codetab; c->c_name; c++)
/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dtw.h70 char *codetab[NROFFCHARS-_SPECCHAR_ST]; member
H A Dn10.c183 t.codetab[i] = p; in ptinit()
518 codep = t.codetab[k-_SPECCHAR_ST]; in ptout1()
/titanic_41/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; in fontinit()
1447 codetab[n] = (char *) widthtab[n] + 2 * nw; in loadfont()
1540 fprintf(tf, " %2d", codetab[i][j] & BMASK); in fontprint()
2316 p = codetab[font]; in put1()
2322 p = codetab[k]; in put1()
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dt10.c59 char *codetab[NFONT+1]; variable
144 codetab[i] = p + 2 * nw; in ptinit()
H A Dt6.c56 extern char *codetab[NFONT+1];
216 if (codetab[xfont][i] == n) in abscw()
H A Dta.c119 char *codetab[NFONT]; /* device codes */ variable
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.h254 static int decode(char *name, struct code *codetab);
H A Dsyslogd.c3573 decode(char *name, struct code *codetab) in decode() argument
3586 for (c = codetab; c->c_name; c++) in decode()
/titanic_41/usr/src/cmd/compress/
H A Dcompress.c141 static unsigned short codetab [OUTSTACKSIZE]; variable
144 #define codetabof(i) codetab[i]