Searched defs:Cxvalue_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libdss/
H A Dcx.h289 } Cxvalue_t; typedef in typeref:union:Cxvalue_u
293 typedef int (*Cxconstraint_f)(Cx_t*, Cxvalue_t*, void*, Cxdisc_t*);
296 Cxvalue_t*, char*, size_t, Cxdisc_t*);
305 typedef void* (*Cxmatchcomp_f)(Cx_t*, Cxtype_t*, Cxtype_t*, Cxvalue_t*, Cxdisc_t*);
306 typedef int (*Cxmatchexec_f)(Cx_t*, void*, Cxtype_t*, Cxvalue_t*, Cxdisc_t*);
319 Cxvalue_t value; /* value */
376 Cxvalue_t* def; /* default value */
377 Cxvalue_t* min; /* numeric minimum */
378 Cxvalue_t* max; /* numeric maximum */
496 Cxvalue_t dat
[all...]

Completed in 16 milliseconds