Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/
H A Dn3.c56 struct contab *mhash[128]; /* 128 == the 0177 on line above */
99 munhash(&contab[oldmn]); in casern()
100 contab[oldmn].rq = j; in casern()
101 maddhash(&contab[oldmn]); in casern()
109 struct contab *rp; in maddhash()
111 struct contab **hp;
124 struct contab *mp; in munhash()
126 struct contab *p;
127 struct contab **lp;
149 struct contab *p; in mrehash()
[all …]
H A Dtdef.h415 extern struct contab { struct
417 struct contab *link; argument
420 } contab[NM]; argument
H A Dni.c133 struct contab contab[NM] = { variable
H A Dn1.c683 if (contab[j].f == 0) {
688 return pushi((filep)contab[j].mx, a);
690 return((*contab[j].f)(0));