Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c572 #define BC_PROG_MAIN (0) macro
3006 if (p->fidx != BC_PROG_MAIN) { in bc_parse_reset()
3008 bc_parse_updateFunc(p, BC_PROG_MAIN); in bc_parse_reset()
3577 bc_parse_updateFunc(p, BC_PROG_MAIN); in bc_parse_endBody()
5651 BcFunc *f = bc_vec_item(&prog->fns, BC_PROG_MAIN); in bc_vm_clean()
5811 bc_parse_init(&BC_VM->prs, &BC_VM->prog, BC_PROG_MAIN); in bc_main()