Home
last modified time | relevance | path

Searched refs:rule_stack_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.c215 } rule_stack_t; typedef
229 rule_stack_t *rule_stack;
296rule_stack_t *rs = m_renew(rule_stack_t, parser->rule_stack, parser->rule_stack_alloc, parser->rul… in push_rule()
300 rule_stack_t *rs = &parser->rule_stack[parser->rule_stack_top++]; in push_rule()
841 parser.rule_stack = m_new(rule_stack_t, parser.rule_stack_alloc); in mp_parse()
1178 m_del(rule_stack_t, parser.rule_stack, parser.rule_stack_alloc); in mp_parse()

Completed in 5 milliseconds