Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpatch.c892 #define OUTSIDE 0 in apply_hunk() macro
896 int def_state = OUTSIDE; in apply_hunk()
907 if (def_state == OUTSIDE) { in apply_hunk()
926 } else if (def_state == OUTSIDE) { in apply_hunk()
968 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
970 def_state = OUTSIDE; in apply_hunk()
977 if (def_state == OUTSIDE) { in apply_hunk()
990 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
/freebsd-13.1/share/examples/ipfilter/
H A Dipf-howto.txt3063 # s/OUTSIDE/outside-interface (eg: fxp0)
3066 block in on OUTSIDE all
3067 block in quick on OUTSIDE from 0.0.0.0/7 to any
3068 block in quick on OUTSIDE from 2.0.0.0/8 to any
3069 block in quick on OUTSIDE from 5.0.0.0/8 to any
3070 block in quick on OUTSIDE from 10.0.0.0/8 to any
3071 block in quick on OUTSIDE from 23.0.0.0/8 to any
3072 block in quick on OUTSIDE from 27.0.0.0/8 to any
3091 block in quick on OUTSIDE from MYNET to any
3094 block out on OUTSIDE all
[all …]
/freebsd-13.1/contrib/flex/src/
H A Dflex.skl421 * existing scanners that call yyless() from OUTSIDE yylex.