Searched refs:newtop (Results 1 – 6 of 6) sorted by relevance
208 newtop = 1214 newtop = self.info[offset + contextline][0]
985 newtop = max(1, lineno - height//2)986 text.yview(float(newtop))
965 newtop = max(1, lineno - height//2)966 text.yview(float(newtop))
3872 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local3874 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()3875 m->top = newtop; in internal_realloc()
3867 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc() local3869 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()3870 m->top = newtop; in internal_realloc()
4864 mchunkptr newtop = chunk_plus_offset(p, nb); in try_realloc_chunk() local4866 newtop->head = newtopsize |PINUSE_BIT; in try_realloc_chunk()4867 m->top = newtop; in try_realloc_chunk()