Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c1064 char hunk_type; in another_hunk() local
1083 hunk_type = *s; in another_hunk()
1084 if (hunk_type == 'a') in another_hunk()
1093 if (hunk_type == 'd') in another_hunk()
1136 if (hunk_type == 'c') { in another_hunk()