Searched defs:setf (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | comvario.sh | 511 function setf function
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | iv.h | 76 int (*setf)(Iv_t*, unsigned char*, unsigned char*, void*); member in struct:Ivmeth_s 95 #define ivset(iv,lo,hi,dt) (*(iv)->meth->setf)((iv),(lo),(hi),(dt))
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 66 Cxcallout_f setf; member in struct:State_s 166 if (!(state->setf = cxcallout(cx, CX_SET, cx->state->type_void, cx->state->type_void, cx->disc))) 370 if (state->setf && constraint && constraint->def) 374 if ((*state->setf)(cx, &x, &o, &o, NiL, data, disc))
|
/ast/src/lib/libexpr/ |
H A D | expr.h | 225 int (*setf)(Expr_t*, Exnode_t*, Exid_t*, Exref_t*, void*, int, Extype_t, Exdisc_t*); member in struct:Exdisc_s
|
/ast/src/lib/libdss/ |
H A D | cx.h | 456 Cxcallout_f setf; /* set member value */ member in struct:Cxmember_s
|
Completed in 33 milliseconds