Home
last modified time | relevance | path

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

/external/bc/include/
Dprogram.h105 #define BC_PROG_READ (1) macro
/external/bc/src/
Dprogram.c434 BcFunc *f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
438 if (ip_ptr->func == BC_PROG_READ) in bc_program_read()
453 bc_parse_init(&parse, p, BC_PROG_READ); in bc_program_read()
467 ip.func = BC_PROG_READ; in bc_program_read()
472 f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
Dvm.c152 ip->func != BC_PROG_READ) in bc_vm_error()
/external/toybox/toys/pending/
Dbc.c574 #define BC_PROG_READ (1) macro
4742 BcFunc *f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
4746 if (ip_ptr->func == BC_PROG_READ) in bc_program_read()
4761 bc_parse_init(&parse, p, BC_PROG_READ); in bc_program_read()
4773 ip.func = BC_PROG_READ; in bc_program_read()
4778 f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()