Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dyylex.c43 bool no_section3_escape = false; variable
H A Dflexdef.h1066 extern bool no_section3_escape; /* True if the undocumented option --unsafe-no-m4-sect3-escape was …
H A Dscan.l630 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);
H A Dgen.c2157 if (!no_section3_escape) in make_tables()
2160 if (!no_section3_escape) in make_tables()
H A Dmain.c1433 no_section3_escape = true; in flexinit()
/freebsd/usr.bin/lex/
H A Dinitscan.c3338 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);