Home
last modified time | relevance | path

Searched refs:cxrepresentation (Results 1 – 8 of 8) sorted by relevance

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcx.h178 #define cxrepresentation(t) ((t)->representation) macro
179 #define cxisbool(t) (cxrepresentation(t)==CX_bool)
180 #define cxisbuffer(t) (cxrepresentation(t)==CX_buffer)
181 #define cxislogical(t) (cxrepresentation(t)==CX_bool||cxrepresentation(t)==CX_number)
182 #define cxisnumber(t) (cxrepresentation(t)==CX_number)
183 #define cxisstring(t) (cxrepresentation(t)==CX_string)
184 #define cxisvoid(t) (cxrepresentation(t)==CX_void)
H A Ddssprintf.c227 switch (cxrepresentation(vp->type)) in dssprintf()
H A Dcxcomp.c834 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()
H A Dcxopen.c2426 switch (cxrepresentation(v->type)) in cxmembers()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dcx.h170 #define cxrepresentation(t) ((t)->representation) macro
171 #define cxisbuffer(t) (cxrepresentation(t)==CX_buffer)
172 #define cxisnumber(t) (cxrepresentation(t)==CX_number)
173 #define cxisstring(t) (cxrepresentation(t)==CX_string)
174 #define cxisvoid(t) (cxrepresentation(t)==CX_void)
H A Dcxcomp.c828 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dcx.h170 #define cxrepresentation(t) ((t)->representation) macro
171 #define cxisbuffer(t) (cxrepresentation(t)==CX_buffer)
172 #define cxisnumber(t) (cxrepresentation(t)==CX_number)
173 #define cxisstring(t) (cxrepresentation(t)==CX_string)
174 #define cxisvoid(t) (cxrepresentation(t)==CX_void)
H A Dcxcomp.c828 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()