Searched defs:nbhp (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_region.c | 58 BH *bhp, *nbhp; local 83 SH_TAILQ_FIRST(&mp->bhfq, __bh); bhp != NULL; bhp = nbhp) { 84 nbhp = SH_TAILQ_NEXT(bhp, q, __bh); 98 SH_TAILQ_FIRST(&mp->bhfq, __bh); bhp != NULL; bhp = nbhp) { 99 nbhp = SH_TAILQ_NEXT(bhp, q, __bh); 118 SH_TAILQ_FIRST(&mp->bhq, __bh); bhp != NULL; bhp = nbhp) { 119 nbhp = SH_TAILQ_NEXT(bhp, q, __bh);
|
H A D | mp_fopen.c | 501 BH *bhp, *nbhp; local 524 for (bhp = SH_TAILQ_FIRST(&mp->bhq, __bh); bhp != NULL; bhp = nbhp) { 525 nbhp = SH_TAILQ_NEXT(bhp, q, __bh);
|
Completed in 15 milliseconds