Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/src/
Dlang.c59 BcAuto a; in bc_func_insert()
72 BcAuto *aptr = bc_vec_item(&f->autos, i); in bc_func_insert()
109 bc_vec_init(&f->autos, sizeof(BcAuto), BC_DTOR_NONE); in bc_func_init()
Dprogram.c1606 BcAuto *a; in bc_program_call()
1650 BcAuto *aptr = bc_vec_item(&f->autos, nargs - 1 - j); in bc_program_call()
1767 BcAuto *a = bc_vec_item(&f->autos, i); in bc_program_return()
/freebsd-12-stable/contrib/bc/include/
Dlang.h523 typedef struct BcAuto { struct
531 } BcAuto; argument