|
My Project
|
macros More...
Go to the source code of this file.
Data Structures | |
| struct | MacroArg_ |
| struct | Macro_ |
Macros | |
| #define | MACRO_DEFINED _("macro already defined") |
Typedefs | |
| typedef struct MacroArg_ * | MacroArg |
| typedef struct Macro_ * | Macro |
Functions | |
| MacroArg | new_macroarg (MemPool p, const m_str) |
| void | clean_macroarg (const MacroArg) |
| void | macro_del (const Hash) |
| Macro | macro_add (const Hash, m_str) |
| bool | macro_rem (const Hash, m_str) |
| Macro | macro_has (const Hash, m_str) |
macros
Definition in file macro.h.
| void clean_macroarg | ( | const MacroArg | a | ) |
| Macro macro_add | ( | const Hash | , |
| m_str | ) |
| void macro_del | ( | const Hash | ) |
| Macro macro_has | ( | const Hash | , |
| m_str | ) |
| bool macro_rem | ( | const Hash | , |
| m_str | ) |