Lines Matching defs:rpp
1896 ipp_ref_t **rpp;
1906 rpp = &(imp->ippm_action);
1907 while ((rp = *rpp) != NULL) {
1909 rpp = &(rp->ippr_nextp);
1924 *rpp = rp;
1943 ipp_ref_t **rpp;
1953 rpp = &(imp->ippm_action);
1954 while ((rp = *rpp) != NULL) {
1957 rpp = &(rp->ippr_nextp);
1965 *rpp = rp->ippr_nextp;
2191 ipp_ref_t **rpp;
2205 rpp = &ipp_mod_byname[hb];
2212 while ((rp = *rpp) != NULL) {
2219 rpp = &(rp->ippr_nextp);
2257 *rpp = rp;
2276 ipp_ref_t **rpp;
2287 rpp = &ipp_mod_byname[hb];
2293 while ((rp = *rpp) != NULL) {
2296 rpp = &(rp->ippr_nextp);
2304 *rpp = rp->ippr_nextp;
2465 ipp_ref_t **rpp,
2476 while ((rp = *rpp) != NULL) {
2479 rpp = &(rp->ippr_nextp);
2491 *rpp = rp;
2617 ipp_ref_t **rpp;
2629 rpp = &(refby_ap->ippa_ref);
2630 while ((rp = *rpp) != NULL) {
2633 rpp = &(rp->ippr_nextp);
2636 if ((rp = *rpp) != NULL) {
2668 *rpp = rp;
2669 save_rpp = rpp;
2676 rpp = &(ref_ap->ippa_refby);
2677 while ((rp = *rpp) != NULL) {
2679 rpp = &(rp->ippr_nextp);
2690 rpp = save_rpp;
2691 rp = *rpp;
2692 *rpp = NULL;
2705 *rpp = rp;
2718 ipp_ref_t **rpp;
2728 rpp = &(refby_ap->ippa_ref);
2729 while ((rp = *rpp) != NULL) {
2732 rpp = &(rp->ippr_nextp);
2767 *rpp = rp->ippr_nextp;
2774 rpp = &(ref_ap->ippa_refby);
2775 while ((rp = *rpp) != NULL) {
2778 rpp = &(rp->ippr_nextp);
2786 *rpp = rp->ippr_nextp;
2873 ipp_ref_t **rpp;
2888 rpp = &ipp_action_byname[hb];
2890 rpp = &ipp_action_noname;
2897 while ((rp = *rpp) != NULL) {
2905 rpp = &(rp->ippr_nextp);
2948 *rpp = rp;
2967 ipp_ref_t **rpp;
2979 rpp = &ipp_action_byname[hb];
2981 rpp = &ipp_action_noname;
2987 while ((rp = *rpp) != NULL) {
2990 rpp = &(rp->ippr_nextp);
2998 *rpp = rp->ippr_nextp;