Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c573 #define BC_PROG_READ (1) macro
4727 BcFunc *f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
4731 if (ip_ptr->func == BC_PROG_READ) in bc_program_read()
4746 bc_parse_init(&parse, p, BC_PROG_READ); in bc_program_read()
4758 ip.func = BC_PROG_READ; in bc_program_read()
4763 f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()