Lines Matching defs:rpp

1898 	ipp_ref_t	**rpp;
1908 rpp = &(imp->ippm_action);
1909 while ((rp = *rpp) != NULL) {
1911 rpp = &(rp->ippr_nextp);
1926 *rpp = rp;
1945 ipp_ref_t **rpp;
1955 rpp = &(imp->ippm_action);
1956 while ((rp = *rpp) != NULL) {
1959 rpp = &(rp->ippr_nextp);
1967 *rpp = rp->ippr_nextp;
2193 ipp_ref_t **rpp;
2207 rpp = &ipp_mod_byname[hb];
2214 while ((rp = *rpp) != NULL) {
2221 rpp = &(rp->ippr_nextp);
2259 *rpp = rp;
2278 ipp_ref_t **rpp;
2289 rpp = &ipp_mod_byname[hb];
2295 while ((rp = *rpp) != NULL) {
2298 rpp = &(rp->ippr_nextp);
2306 *rpp = rp->ippr_nextp;
2467 ipp_ref_t **rpp,
2478 while ((rp = *rpp) != NULL) {
2481 rpp = &(rp->ippr_nextp);
2493 *rpp = rp;
2619 ipp_ref_t **rpp;
2631 rpp = &(refby_ap->ippa_ref);
2632 while ((rp = *rpp) != NULL) {
2635 rpp = &(rp->ippr_nextp);
2638 if ((rp = *rpp) != NULL) {
2670 *rpp = rp;
2671 save_rpp = rpp;
2678 rpp = &(ref_ap->ippa_refby);
2679 while ((rp = *rpp) != NULL) {
2681 rpp = &(rp->ippr_nextp);
2692 rpp = save_rpp;
2693 rp = *rpp;
2694 *rpp = NULL;
2707 *rpp = rp;
2720 ipp_ref_t **rpp;
2730 rpp = &(refby_ap->ippa_ref);
2731 while ((rp = *rpp) != NULL) {
2734 rpp = &(rp->ippr_nextp);
2769 *rpp = rp->ippr_nextp;
2776 rpp = &(ref_ap->ippa_refby);
2777 while ((rp = *rpp) != NULL) {
2780 rpp = &(rp->ippr_nextp);
2788 *rpp = rp->ippr_nextp;
2875 ipp_ref_t **rpp;
2890 rpp = &ipp_action_byname[hb];
2892 rpp = &ipp_action_noname;
2899 while ((rp = *rpp) != NULL) {
2907 rpp = &(rp->ippr_nextp);
2950 *rpp = rp;
2969 ipp_ref_t **rpp;
2981 rpp = &ipp_action_byname[hb];
2983 rpp = &ipp_action_noname;
2989 while ((rp = *rpp) != NULL) {
2992 rpp = &(rp->ippr_nextp);
3000 *rpp = rp->ippr_nextp;