Searched refs:bc_parse_parse (Results 1 – 5 of 5) sorted by relevance
59 vm->parse = bc_parse_parse; in bc_main()
1947 bc_parse_parse(BcParse* p) in bc_parse_parse() function
402 bc_parse_parse(BcParse* p);
540 BcStatus bc_parse_parse(BcParse *p);4254 BcStatus bc_parse_parse(BcParse *p) { in bc_parse_parse() function5779 s = bc_parse_parse(&BC_VM->prs); in bc_vm_process()5935 while (!s && BC_VM->prs.l.t != BC_LEX_EOF) s = bc_parse_parse(&BC_VM->prs); in bc_main()
4575 bc_parse_parse(vm.parse);