Home
last modified time | relevance | path

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

/external/bc/include/
Dvm.h321 typedef struct BcVm { struct
423 } BcVm; argument
472 extern BcVm vm;
/external/bc/src/
Dvm.c67 BcVm vm;
Dlibrary.c158 memset(&vm, 0, sizeof(BcVm)); in bcl_free()
/external/bc/
DNEWS.md338 Second, the BcVm global variable was put into `bss`. This actually slightly
894 5. `BcGlobals` was refactored into `BcVm` and `BcVm` was made global. Some
/external/toybox/toys/pending/
Dbc.c48 #define BC_VM ((BcVm*) TT.vm)
608 typedef struct BcVm { struct
611 } BcVm; argument
5831 TT.vm = xzalloc(sizeof(BcVm)); in bc_main()