Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c48 #define BC_VM ((BcVm*) TT.vm)
607 typedef struct BcVm { struct
610 } BcVm; argument
5809 TT.vm = xzalloc(sizeof(BcVm)); in bc_main()