Searched refs:parse_do_statement (Results 1 – 1 of 1) sorted by relevance
72 static struct token *parse_do_statement(struct token *token, struct statement *stmt);339 .statement = parse_do_statement,2392 static struct token *parse_do_statement(struct token *token, struct statement *stmt) in parse_do_statement() function