Searched refs:tp_line (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/patch/
H A Dpch.c1254 char **tp_line; /* the text of the hunk */ local
1268 tp_line = p_line;
1278 p_line = tp_line;
1301 p_line[n] = tp_line[i];
1309 p_line[n] = tp_line[i];
1328 for (s = tp_line[0]; *s; s++)
1332 p_line[n] = tp_line[i];
1348 free(tp_line);

Completed in 110 milliseconds