Home
last modified time | relevance | path

Searched refs:no_section3_escape (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dyylex.c47 bool no_section3_escape = false; variable
H A Dscan.l633 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);
H A Dflexdef.h1075 extern bool no_section3_escape; /* True if the undocumented option --unsafe-no-m4-sect3-escape was …
H A Dgen.c2160 if (!no_section3_escape) in make_tables()
2163 if (!no_section3_escape) in make_tables()
H A Dmain.c1436 no_section3_escape = true; in flexinit()
H A Dinitscan.c3161 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);