Home
last modified time | relevance | path

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

/src/contrib/bc/src/
H A Dlang.c60 BcAuto a; in bc_func_insert()
73 BcAuto* aptr = bc_vec_item(&f->autos, i); in bc_func_insert()
108 bc_vec_init(&f->autos, sizeof(BcAuto), BC_DTOR_NONE); in bc_func_init()
H A Dprogram.c1793 BcAuto* a; in bc_program_call()
1940 BcAuto* a = bc_vec_item(&f->autos, i); in bc_program_return()
/src/contrib/bc/include/
H A Dlang.h541 typedef struct BcAuto struct
549 } BcAuto; typedef