Lines Matching defs:qp
1464 struct qelem *qp;1468 for (qp = reghash[key].q_forw; qp != NULL; qp = qp->q_forw) {1469 rcp = ((struct reghashq *)qp)->regcachep;1474 if (qp != NULL) {1518 struct qelem *qp, *nqp;1535 for (qp = reglink.q_forw; qp != NULL; qp = nqp) {1536 nqp = qp->q_forw;1537 rcp = (struct regcache *)qp;