Searched refs:hunkmax (Results 1 – 1 of 1) sorted by relevance
128 p_line = calloc((size_t) hunkmax, sizeof(char *)); in set_hunkmax()130 p_len = calloc((size_t) hunkmax, sizeof(ssize_t)); in set_hunkmax()132 p_char = calloc((size_t) hunkmax, sizeof(char)); in set_hunkmax()146 new_hunkmax = hunkmax * 2; in grow_hunkmax()168 hunkmax = new_hunkmax; in grow_hunkmax()555 if (p_end >= hunkmax) in another_hunk()613 while (p_max >= hunkmax) in another_hunk()615 p_max = hunkmax; in another_hunk()686 while (p_max >= hunkmax) in another_hunk()899 while (p_max >= hunkmax) in another_hunk()[all …]