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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Drtfutils.h54 void DefaultRtfOnMacro(wxChar *name, int no_args, bool start);
H A Dtex2rtf.h169 void RTFOnMacro(int macroId, int no_args, bool start);
172 void HTMLOnMacro(int macroId, int no_args, bool start);
175 void XLPOnMacro(int macroId, int no_args, bool start);
H A Dtex2any.cpp370 if ((def->no_args > 0) && ((buffer[i] == 32) || (buffer[i] == '=') || (isdigit(buffer[i]))))
1075 chunk->no_args = 1;
1093 parChunk->no_args = 0;
1205 chunk->no_args = 1;
1246 chunk->no_args = 1;
1274 chunk->no_args = def->no_args;
1290 chunk, chunk->no_args,
1344 chunk->no_args = def->no_args;
1570 int no_args, wxChar *buffer, int pos, variable
2583 DefaultOnMacro(int macroId, int no_args, bool start) argument
[all...]
H A Dtex2any.h49 int no_args; member in class:TexMacroDef
77 TexChunk: type = macro, name = toplevel, no_args = 1
84 TexChunk: type = macro, name = mymat, no_args = 2
91 TexChunk: type = macro, name = it, no_args = 1
113 int no_args; member in class:TexChunk
153 int ParseMacroBody(const wxChar *macro_name, TexChunk *parent, int no_args,
345 void OnMacro(int macroId, int no_args, bool start);
353 void DefaultOnMacro(int macroId, int no_args, bool start);
H A Dtex2rtf.cpp1179 void OnMacro(int macroId, int no_args, bool start) argument
1185 RTFOnMacro(macroId, no_args, start);
1190 XLPOnMacro(macroId, no_args, start);
1195 HTMLOnMacro(macroId, no_args, start);
H A Dxlputils.cpp63 void XLPOnMacro(int macroId, int no_args, bool start) argument
541 DefaultOnMacro(macroId, no_args, start);
H A Dhtmlutil.cpp731 void HTMLOnMacro(int macroId, int no_args, bool start) argument
1658 DefaultOnMacro(macroId, no_args, start);
1662 DefaultOnMacro(macroId, no_args, start);
1797 DefaultOnMacro(macroId, no_args, start);
H A Drtfutils.cpp1069 void RTFOnMacro(int macroId, int no_args, bool start) argument
3179 DefaultOnMacro(macroId, no_args, start);

Completed in 132 milliseconds