Searched refs:no_section3_escape (Results 1 – 6 of 6) sorted by relevance
43 bool no_section3_escape = false; variable
1066 extern bool no_section3_escape; /* True if the undocumented option --unsafe-no-m4-sect3-escape was …
630 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);
2157 if (!no_section3_escape) in make_tables()2160 if (!no_section3_escape) in make_tables()
1433 no_section3_escape = true; in flexinit()
3338 BEGIN(no_section3_escape ? SECT3_NOESCAPE : SECT3);