Home
last modified time | relevance | path

Searched refs:new_p_line (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/patch/
Dpch.c150 char **new_p_line; in grow_hunkmax() local
159 new_p_line = pch_realloc(p_line, new_hunkmax, sizeof(char *)); in grow_hunkmax()
160 if (new_p_line == NULL) in grow_hunkmax()
173 p_line = new_p_line; in grow_hunkmax()