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

  /src/usr.bin/patch/
pch.c 459 getlinenum(const char *s) function in typeref:typename:LINENUM
473 LINENUM l = getlinenum(s);
609 p_ptrn_lines = (getlinenum(s)) - p_first + 1;
679 p_repl_lines = (getlinenum(s)) -
1063 max = getlinenum(++s);
pch.c 459 getlinenum(const char *s) function in typeref:typename:LINENUM
473 LINENUM l = getlinenum(s);
609 p_ptrn_lines = (getlinenum(s)) - p_first + 1;
679 p_repl_lines = (getlinenum(s)) -
1063 max = getlinenum(++s);

Completed in 25 milliseconds