Home
last modified time | relevance | path

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

/freebsd/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/usr.bin/patch/
H A Dpatch.c897 #define OUTSIDE 0 in apply_hunk() macro
901 int def_state = OUTSIDE; in apply_hunk()
912 if (def_state == OUTSIDE) { in apply_hunk()
931 } else if (def_state == OUTSIDE) { in apply_hunk()
973 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
975 def_state = OUTSIDE; in apply_hunk()
982 if (def_state == OUTSIDE) { in apply_hunk()
995 if (do_defines && def_state != OUTSIDE) { in apply_hunk()
/freebsd/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
3072 block in quick on OUTSIDE from 31.0.0.0/8 to any
3073 block in quick on OUTSIDE from 67.0.0.0/8 to any
[all …]
/freebsd/contrib/flex/src/
H A Dflex.skl421 * existing scanners that call yyless() from OUTSIDE yylex.