Lines Matching defs:bitsp
714 static int _poptBitsNew(poptBits *bitsp)
716 if (bitsp == NULL)
720 if (*bitsp == NULL) {
727 *bitsp = PBM_ALLOC(_poptBitsM-1);
863 int poptSaveBits(poptBits * bitsp,
870 if (bitsp == NULL || s == NULL || *s == '\0' || _poptBitsNew(bitsp))
886 if ((rc = poptBitsChk(*bitsp, t)) > 0)
887 rc = poptBitsDel(*bitsp, t);
889 rc = poptBitsAdd(*bitsp, t);