Home
last modified time | relevance | path

Searched refs:cxisbool (Results 1 – 2 of 2) sorted by relevance

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcx.h179 #define cxisbool(t) (cxrepresentation(t)==CX_bool) macro
H A Dcxcomp.c831 …if (cxisbool(type1) && cxisnumber(type2) && (x.callout = cxcallout(cx, op, cx->state->type_bool, c… in code()