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

/freebsd-11-stable/usr.bin/patch/
H A Dpch.c270 off_t first_command_line = -1; local
291 if (first_command_line >= 0) {
293 p_start = first_command_line;
314 if (first_command_line < 0 && this_is_a_command) {
315 first_command_line = this_line;
362 first_command_line >= 0 &&
365 p_start = first_command_line;

Completed in 62 milliseconds