Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dpatch.c843 int def_state = OUTSIDE; in apply_hunk() local
854 if (def_state == OUTSIDE) { in apply_hunk()
856 def_state = IN_IFNDEF; in apply_hunk()
857 } else if (def_state == IN_IFDEF) { in apply_hunk()
859 def_state = IN_ELSE; in apply_hunk()
870 if (def_state == IN_IFNDEF) { in apply_hunk()
872 def_state = IN_ELSE; in apply_hunk()
873 } else if (def_state == OUTSIDE) { in apply_hunk()
875 def_state = IN_IFDEF; in apply_hunk()
893 def_state = IN_IFNDEF; in apply_hunk()
[all …]
/netbsd/src/external/gpl3/binutils/dist/ld/
Ddeffilep.y65 #define yystate def_state
Ddeffilep.c135 #define yystate def_state