HomeSort by: relevance | last modified time | path
    Searched defs:tp_line (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
pch.c 1209 char **tp_line; /* the text of the hunk */ local in function:pch_swap
1223 tp_line = p_line;
1233 p_line = tp_line;
1256 p_line[n] = tp_line[i];
1264 p_line[n] = tp_line[i];
1283 for (s = tp_line[0]; *s; s++)
1287 p_line[n] = tp_line[i];
1303 free(tp_line);
pch.c 1209 char **tp_line; /* the text of the hunk */ local in function:pch_swap
1223 tp_line = p_line;
1233 p_line = tp_line;
1256 p_line[n] = tp_line[i];
1264 p_line[n] = tp_line[i];
1283 for (s = tp_line[0]; *s; s++)
1287 p_line[n] = tp_line[i];
1303 free(tp_line);

Completed in 25 milliseconds