Lines Matching refs:pstp
1483 struct idnstr *stp, **pstp;
1492 pstp = &idn.strup;
1515 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp) {
1544 stp->ss_nextp = *pstp;
1545 *pstp = stp;
1582 struct idnstr *stp, **pstp;
1599 pstp = &idn.strup;
1600 for (stp = *pstp; stp; pstp = &stp->ss_nextp, stp = *pstp)
1605 *pstp = stp->ss_nextp;