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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.h33 char pch_char(LINENUM _line);
H A Dpatch.c697 switch (pch_char(i)) {
718 fprintf(rejfp, "%c %s", pch_char(i), pfetch(i));
744 while (pch_char(new) == '=' || pch_char(new) == '\n')
748 if (pch_char(old) == '-') {
767 else if (pch_char(new) == '+') {
782 else if (pch_char(new) != pch_char(old)) {
788 pch_char(old), pch_char(ne
[all...]
H A Dpch.c1358 pch_char(LINENUM line) function

Completed in 85 milliseconds