Searched refs:contab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn3.c56 struct contab *mhash[128]; /* 128 == the 0177 on line above */
99 munhash(&contab[oldmn]);
100 contab[oldmn].rq = j;
101 maddhash(&contab[oldmn]);
109 struct contab *rp;
111 struct contab **hp;
124 struct contab *mp;
126 struct contab *p;
127 struct contab **lp;
149 struct contab *
[all...]
H A Dni.c133 struct contab contab[NM] = { variable in typeref:struct:contab
H A Dtdef.h415 extern struct contab { struct
417 struct contab *link;
420 } contab[NM];
H A Dn1.c680 fdprintf(stderr, "control: macro %c%c, contab[%d]\n",
683 if (contab[j].f == 0) {
688 return pushi((filep)contab[j].mx, a);
690 return((*contab[j].f)(0));

Completed in 63 milliseconds