Home
last modified time | relevance | path

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

/NextBSD/usr.bin/patch/
HDpatch.c840 int def_state = OUTSIDE; in apply_hunk() local
851 if (def_state == OUTSIDE) { in apply_hunk()
853 def_state = IN_IFNDEF; in apply_hunk()
854 } else if (def_state == IN_IFDEF) { in apply_hunk()
856 def_state = IN_ELSE; in apply_hunk()
867 if (def_state == IN_IFNDEF) { in apply_hunk()
869 def_state = IN_ELSE; in apply_hunk()
870 } else if (def_state == OUTSIDE) { in apply_hunk()
872 def_state = IN_IFDEF; in apply_hunk()
890 def_state = IN_IFNDEF; in apply_hunk()
[all …]
/NextBSD/contrib/binutils/ld/
HDdeffilep.y62 #define yystate def_state