Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn3.c54 struct contab *mhash[128]; /* 128 == the 0177 on line above */
97 munhash(&contab[oldmn]); in casern()
98 contab[oldmn].rq = j; in casern()
99 maddhash(&contab[oldmn]); in casern()
107 struct contab *rp; in maddhash()
109 struct contab **hp;
122 struct contab *mp; in munhash()
124 struct contab *p;
125 struct contab **lp;
147 struct contab *p; in mrehash()
[all …]
H A Dtdef.h413 extern struct contab { struct
415 struct contab *link; argument
418 } contab[NM]; argument
H A Dni.c131 struct contab contab[NM] = { variable
H A Dn1.c682 if (contab[j].f == 0) {
687 return pushi((filep)contab[j].mx, a);
689 return((*contab[j].f)(0));