Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 806 of file grammar.c.
Referenced by get_rule().
{ *ru = (rule *) mem_alloc (sizeof (rule)); if (*ru) { (**ru).m_oper = op_none; (**ru).m_specs = NULL; (**ru).next = NULL; (**ru).m_referenced = 0; } }