Home
last modified time | relevance | path

Searched refs:_SPECCHAR_ST (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c65 char xchname[4 * (NROFFCHARS-_SPECCHAR_ST)]; /* hy, em, etc. */
66 short xchtab[NROFFCHARS-_SPECCHAR_ST]; /* indexes into chname[] */
158 for (i = 0; i < _SPECCHAR_ST; i++) in ptinit()
167 if (i + _SPECCHAR_ST >= NROFFCHARS) { in ptinit()
178 t.width[i+_SPECCHAR_ST] = *p++ - '0'; in ptinit()
323 return(i + _SPECCHAR_ST);
512 } else if (k >= nchtab + _SPECCHAR_ST) { in ptout1()
513 oput(k - nchtab - _SPECCHAR_ST); in ptout1()
516 codep = t.codetab[k-_SPECCHAR_ST]; in ptout1()
H A Dtw.h38 #define _SPECCHAR_ST 256 macro
67 char *codetab[NROFFCHARS-_SPECCHAR_ST];
H A Dn6.c138 return n + nchtab + _SPECCHAR_ST; in setabs()