Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlibrary.h362 typedef struct BclCtxt struct
380 } BclCtxt; argument
H A Dbcl.h135 struct BclCtxt;
137 typedef struct BclCtxt* BclContext;
/freebsd/contrib/bc/src/
H A Dlibrary.c393 ctxt = bc_vm_malloc(sizeof(BclCtxt)); in bcl_ctxt_create()