Home
last modified time | relevance | path

Searched refs:endgroup (Results 1 – 5 of 5) sorted by relevance

/external/bison/doc/
Drefcard.tex100 \endgroup}
125 \endgroup}
269 \def\endexample{\endgroup}
278 \def\endcexample{\endgroup}
/external/bison/build-aux/
Dtexinfo.tex212 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
437 \endgroup % End of the group started in \parsearg.
529 % implementation of @end takes care not to call \endgroup in this
574 \endgroup
936 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
1216 \endgroup
1359 \endgroup
1405 \endgroup}
1591 }\endgroup
1679 }\endgroup
[all …]
/external/e2fsprogs/lib/et/
Dtexinfo.tex225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
398 \endgroup % End of the group started in \parsearg.
491 % implementation of @end takes care not to call \endgroup in this
536 \endgroup
571 !endgroup
938 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
1064 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
1378 \endgroup
1410 \endgroup}
1908 \def\codex #1{\tclose{#1}\endgroup}
[all …]
/external/e2fsprogs/doc/
Dtexinfo.tex225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
398 \endgroup % End of the group started in \parsearg.
491 % implementation of @end takes care not to call \endgroup in this
536 \endgroup
571 !endgroup
938 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
1064 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
1378 \endgroup
1410 \endgroup}
1908 \def\codex #1{\tclose{#1}\endgroup}
[all …]
/external/pcre/dist/
Dpcre_compile.c2377 const pcre_uchar *endgroup = scode; in could_be_empty_branch() local
2397 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); in could_be_empty_branch()
2398 if (code >= scode && code <= endgroup) continue; /* Simple recursion */ in could_be_empty_branch()