Lines Matching refs:freeslot
324 register PyDictEntry *freeslot; in lookdict() local
337 freeslot = ep; in lookdict()
359 freeslot = NULL; in lookdict()
368 return freeslot == NULL ? ep : freeslot; in lookdict()
391 else if (ep->me_key == dummy && freeslot == NULL) in lookdict()
392 freeslot = ep; in lookdict()
412 register PyDictEntry *freeslot; in lookdict_string() local
433 freeslot = ep; in lookdict_string()
437 freeslot = NULL; in lookdict_string()
446 return freeslot == NULL ? ep : freeslot; in lookdict_string()
452 if (ep->me_key == dummy && freeslot == NULL) in lookdict_string()
453 freeslot = ep; in lookdict_string()