Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/include/
H A Dlang.h386 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 Dparse.h195 BcFunc* func;
/freebsd-14.2/contrib/bc/src/
H A Dlang.c58 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 Dprogram.c727 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 Dvm.c993 BcFunc* f = bc_vec_item(fns, BC_PROG_MAIN);
H A Dbc_parse.c170 BcFunc* func = p->func; in bc_parse_setLabel()