Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/src/
H A Dparse.c105 slabs = p->fidx == BC_PROG_MAIN || p->fidx == BC_PROG_READ ? in bc_parse_addNum()
H A Dprogram.c231 slabs = fidx == BC_PROG_MAIN || fidx == BC_PROG_READ ? in bc_program_addString()
662 BcFunc *f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
668 if (ip_ptr->func == BC_PROG_READ) bc_err(BC_ERR_EXEC_REC_READ); in bc_program_read()
688 bc_parse_init(&vm.read_prs, p, BC_PROG_READ); in bc_program_read()
696 else bc_parse_updateFunc(&vm.read_prs, BC_PROG_READ); in bc_program_read()
733 ip.func = BC_PROG_READ; in bc_program_read()
738 f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read()
H A Dvm.c318 ip->func != BC_PROG_READ)
/dports/math/gh-bc/bc-5.2.1/include/
H A Dprogram.h186 #define BC_PROG_READ (1) macro
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A 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()