Home
last modified time | relevance | path

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

/external/bc/include/
Dlibrary.h154 typedef struct BclCtxt { struct
163 } BclCtxt; argument
Dbcl.h206 struct BclCtxt;
208 typedef struct BclCtxt* BclContext;
/external/bc/src/
Dlibrary.c182 ctxt = bc_vm_malloc(sizeof(BclCtxt)); in bcl_ctxt_create()