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

  /src/usr.bin/patch/
pch.c 255 long first_command_line = -1; local
275 if (first_command_line >= 0L) {
277 p_start = first_command_line;
298 if (first_command_line < 0L && this_is_a_command) {
299 first_command_line = this_line;
329 first_command_line >= 0L &&
332 p_start = first_command_line;
pch.c 255 long first_command_line = -1; local
275 if (first_command_line >= 0L) {
277 p_start = first_command_line;
298 if (first_command_line < 0L && this_is_a_command) {
299 first_command_line = this_line;
329 first_command_line >= 0L &&
332 p_start = first_command_line;

Completed in 58 milliseconds