Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c1435 static struct qelem reghash[NREGHASH], reglink; variable
1468 for (qp = reghash[key].q_forw; qp != NULL; qp = qp->q_forw) { in int_regwcomp()
1507 insque(&rcp->hash.hq, &reghash[key]); in int_regwcomp()