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

/haiku-fatelf/src/bin/patch/
H A Dpch.c1625 char **tp_line; /* the text of the hunk */ local
1639 tp_line = p_line;
1649 p_line = tp_line;
1675 p_line[n] = tp_line[i];
1683 p_line[n] = tp_line[i];
1698 for (s=tp_line[0]; *s; s++)
1702 p_line[n] = tp_line[i];
1712 if (tp_line)
1713 free (tp_line);

Completed in 40 milliseconds