Home
last modified time | relevance | path

Searched defs:BcResult (Results 1 – 2 of 2) sorted by relevance

/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h476 typedef struct BcResult { struct
479 BcResultType t; argument
482 BcResultData d; argument
484 } BcResult; typedef
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c302 typedef struct BcResult { struct
303 BcResultType t; argument
304 BcResultData d; argument
305 } BcResult; typedef