Home
last modified time | relevance | path

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

/freebsd/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()
107 bc_vec_init(&f->autos, sizeof(BcAuto), BC_DTOR_NONE); in bc_func_init()
H A Dprogram.c1779 BcAuto* a; in bc_program_call()
1924 BcAuto* a = bc_vec_item(&f->autos, i); in bc_program_return()
/freebsd/contrib/bc/include/
H A Dlang.h537 typedef struct BcAuto struct
545 } BcAuto; argument