Home
last modified time | relevance | path

Searched refs:hunk_type (Results 1 – 1 of 1) sorted by relevance

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