Searched refs:vP (Results 1 – 1 of 1) sorted by relevance
959 const struct vot *vP; /* scan votstrs */ in vip_begin() local964 for (vP = votstrs; *vP->vot_name && !retval; vP++) in vip_begin()965 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin()968 for (vP = synthetic_votstrs; *vP->vot_name && !retval; vP++) in vip_begin()969 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail); in vip_begin()