Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/include/
H A Dvm.h363 typedef struct BcVm { struct
648 } BcVm; argument
877 extern BcVm vm;
/dports/math/gh-bc/bc-5.2.1/src/
H A Dvm.c70 BcVm vm;
H A Dlibrary.c175 memset(&vm, 0, sizeof(BcVm)); in bcl_free()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c48 #define BC_VM ((BcVm*) TT.vm)
608 typedef struct BcVm { struct
611 } BcVm; typedef
5831 TT.vm = xzalloc(sizeof(BcVm)); in bc_main()
/dports/math/gh-bc/bc-5.2.1/
H A DNEWS.md473 Second, the BcVm global variable was put into `bss`. This actually slightly
1029 5. `BcGlobals` was refactored into `BcVm` and `BcVm` was made global. Some
/dports/math/gh-bc/bc-5.2.1/manuals/
H A Ddevelopment.md3857 modifying any part of the `BcVm` global struct.
3865 (`jmp_bufs` in `BcVm`). Each `longjmp()` uses the top of the `jmp_bufs` stack to