Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c381 typedef struct BcFunc { struct
389 } BcFunc; typedef
765 BcFunc *func;
1240 static BcFunc* xc_program_func(size_t idx) in xc_program_func()
1245 #define xc_program_func_BC_PROG_MAIN() ((BcFunc*)(G.prog.fns.v))
1248 static BcFunc* bc_program_current_func(void) in bc_program_current_func()
1251 BcFunc *func = xc_program_func(ip->func); in bc_program_current_func()
1260 BcFunc *func = bc_program_current_func(); in xc_program_str()
1271 BcFunc *func = bc_program_current_func(); in xc_program_const()
2454 static void bc_func_init(BcFunc *f) in bc_func_init()
[all …]