Searched refs:new_wcs (Results 1 – 1 of 1) sorted by relevance
138 wint_t *new_wcs; in re_string_realloc_buffers() local145 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len); in re_string_realloc_buffers()146 if (BE (new_wcs == NULL, 0)) in re_string_realloc_buffers()148 pstr->wcs = new_wcs; in re_string_realloc_buffers()