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

  /src/usr.bin/patch/
pch.c 1037 char hunk_type; local in function:another_hunk
1058 hunk_type = *s++;
1059 if (hunk_type == 'a')
1068 if (hunk_type == 'd')
1112 if (hunk_type == 'c') {
pch.c 1037 char hunk_type; local in function:another_hunk
1058 hunk_type = *s++;
1059 if (hunk_type == 'a')
1068 if (hunk_type == 'd')
1112 if (hunk_type == 'c') {

Completed in 22 milliseconds