Home
last modified time | relevance | path

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

/freebsd-head/contrib/bc/include/
HDlibrary.h362 typedef struct BclCtxt struct
380 } BclCtxt; typedef
HDbcl.h135 struct BclCtxt;
137 typedef struct BclCtxt* BclContext;
/freebsd-head/contrib/bc/src/
HDlibrary.c393 ctxt = bc_vm_malloc(sizeof(BclCtxt)); in bcl_ctxt_create()