Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dpch.c227 int def_skip = *bestguess == '\0'; in there_is_another_patch() local
229 def_skip ? 'y' : 'n'); in there_is_another_patch()
230 if (*buf == 'n' || (!def_skip && *buf != 'y')) in there_is_another_patch()