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

/haiku-fatelf/src/bin/patch/
H A Dpch.c834 register LINENUM fillsrc; /* index of first line to copy */ local
851 fillsrc = filldst = repl_patch_line = repl_context = 0;
950 fillsrc = p_end + 1;
1134 fillsrc = 1;
1183 while (fillsrc <= p_end && fillsrc != repl_beginning
1184 && p_Char[fillsrc] != ' ')
1185 fillsrc++;
1186 if (p_end < fillsrc || fillsrc
1216 register LINENUM fillsrc; /* index of old lines */ local
[all...]

Completed in 361 milliseconds