Searched refs:BcFunc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/bc/include/ |
| H A D | lang.h | 386 typedef struct BcFunc struct 414 } BcFunc; typedef 558 bc_func_init(BcFunc* f, const char* name); 570 bc_func_insert(BcFunc* f, struct BcProgram* p, char* name, BcType type, 579 bc_func_reset(BcFunc* f);
|
| H A D | parse.h | 195 BcFunc* func;
|
| /freebsd-14.2/contrib/bc/src/ |
| H A D | lang.c | 58 bc_func_insert(BcFunc* f, BcProgram* p, char* name, BcType type, size_t line) in bc_func_insert() 94 bc_func_init(BcFunc* f, const char* name) in bc_func_init() 120 bc_func_reset(BcFunc* f) in bc_func_reset() 143 BcFunc* f = (BcFunc*) func; in bc_func_free()
|
| H A D | program.c | 727 BcFunc* f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read() 1777 BcFunc* f; in bc_program_call() 1860 BcFunc* f; in bc_program_return() 2496 BcFunc* f; in bc_program_execStr() 2763 BcFunc* f; in bc_program_addFunc() 2798 BcFunc* func = bc_vec_item(&p->fns, idx); in bc_program_insertFunc() 2947 BcFunc* f = bc_vec_item(&p->fns, ip->func); in bc_program_printStackTrace() 2975 BcFunc* f; in bc_program_reset() 3026 BcFunc* func; in bc_program_exec() 3069 func = (BcFunc*) bc_vec_item(&p->fns, ip->func); in bc_program_exec() [all …]
|
| H A D | vm.c | 993 BcFunc* f = bc_vec_item(fns, BC_PROG_MAIN);
|
| H A D | bc_parse.c | 170 BcFunc* func = p->func; in bc_parse_setLabel()
|