Searched refs:def_state (Results 1 – 2 of 2) sorted by relevance
840 int def_state = OUTSIDE; in apply_hunk() local851 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 …]
62 #define yystate def_state