Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unifdef/tests/
H A Drecursive.experr24 unifdef: process line 1 PLAIN -> OUTSIDE depth 0
26 unifdef: process line 2 PLAIN -> OUTSIDE depth 0
28 unifdef: process line 3 PLAIN -> OUTSIDE depth 0
30 unifdef: process line 4 PLAIN -> OUTSIDE depth 0
32 unifdef: process line 5 PLAIN -> OUTSIDE depth 0
34 unifdef: process line 6 PLAIN -> OUTSIDE depth 0
36 unifdef: process line 7 PLAIN -> OUTSIDE depth 0
61 unifdef: process line 12 ENDIF -> OUTSIDE depth 0
63 unifdef: process line 13 PLAIN -> OUTSIDE depth 0
107 unifdef: process line 20 ENDIF -> OUTSIDE depth 0
[all …]
/freebsd-14.2/usr.bin/patch/
H A Dpatch.c895 #define OUTSIDE 0 in apply_hunk() macro
899 int def_state = OUTSIDE; in apply_hunk()
910 if (def_state == OUTSIDE) { in apply_hunk()
929 } else if (def_state == OUTSIDE) { in apply_hunk()
971 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
973 def_state = OUTSIDE; in apply_hunk()
980 if (def_state == OUTSIDE) { in apply_hunk()
993 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
/freebsd-14.2/share/examples/ipfilter/
H A Dipf-howto.txt3062 # s/OUTSIDE/outside-interface (eg: fxp0)
3065 block in on OUTSIDE all
3066 block in quick on OUTSIDE from 0.0.0.0/7 to any
3067 block in quick on OUTSIDE from 2.0.0.0/8 to any
3068 block in quick on OUTSIDE from 5.0.0.0/8 to any
3069 block in quick on OUTSIDE from 10.0.0.0/8 to any
3070 block in quick on OUTSIDE from 23.0.0.0/8 to any
3071 block in quick on OUTSIDE from 27.0.0.0/8 to any
3090 block in quick on OUTSIDE from MYNET to any
3093 block out on OUTSIDE all
[all …]
/freebsd-14.2/contrib/flex/src/
H A Dflex.skl421 * existing scanners that call yyless() from OUTSIDE yylex.