Searched refs:the_id (Results 1 - 2 of 2) 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.h55 TexMacroDef(int the_id, const wxChar *the_name, int n, bool ig, bool forbidLevel = FORBID_OK);
162 void AddMacroDef(int the_id, const wxChar *name, int n, bool ignore = false, bool forbidden = false);
H A Dtex2any.cpp1704 TexMacroDef::TexMacroDef(int the_id, const wxChar *the_name, int n, bool ig, bool forbidLevel) argument
1709 macroId = the_id;
1978 void AddMacroDef(int the_id, const wxChar *name, int n, bool ignore, bool forbid) argument
1980 MacroDefs.Put(name, new TexMacroDef(the_id, name, n, ignore, forbid));

Completed in 266 milliseconds