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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.cpp302 TexMacroDef *MatchMacro(wxChar *buffer, int *pos, wxChar **env, bool *parseToBrace) argument
304 *parseToBrace = true;
375 *parseToBrace = false;
974 * 'parseToBrace' is true if the argument should extend to the next right brace,
978 int ParseArg(TexChunk *thisArg, wxList& children, wxChar *buffer, int pos, wxChar *environment, bool parseToBrace, TexChunk *customMacroArgs) argument
1015 if (!parseToBrace)
1571 wxChar *environment, bool parseToBrace, variable
1650 pos = ParseArg(arg, arg->children, buffer, pos, actualEnv, parseToBrace, customMacroArgs);

Completed in 73 milliseconds