Searched refs:endgroup (Results 1 - 4 of 4) sorted by relevance

/external/bison/doc/
H A Drefcard.tex100 \endgroup}
125 \endgroup}
269 \def\endexample{\endgroup}
278 \def\endcexample{\endgroup}
/external/bison/build-aux/
H A 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/libmicrohttpd/doc/
H A Dtexinfo.tex213 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
438 \endgroup % End of the group started in \parsearg.
530 % implementation of @end takes care not to call \endgroup in this
575 \endgroup
937 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
1217 \endgroup
1360 \endgroup
1406 \endgroup}
1592 }\endgroup
1680 }\endgroup
[all...]
/external/pcre/dist/
H A Dpcre_compile.c2430 const pcre_uchar *endgroup = scode; local
2450 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT);
2451 if (code >= scode && code <= endgroup) continue; /* Simple recursion */

Completed in 152 milliseconds