Searched refs:cxrepresentation (Results 1 – 8 of 8) sorted by relevance
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/ |
H A D | cx.h | 178 #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 D | dssprintf.c | 227 switch (cxrepresentation(vp->type)) in dssprintf()
|
H A D | cxcomp.c | 834 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()
|
H A D | cxopen.c | 2426 switch (cxrepresentation(v->type)) in cxmembers()
|
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/ |
H A D | cx.h | 170 #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 D | cxcomp.c | 828 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()
|
/dports/shells/ksh93/ast-93u/src/lib/libdss/ |
H A D | cx.h | 170 #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 D | cxcomp.c | 828 …[%d:%d] %p", cxcontext(cx), cxopname(op, type1, type2), cxrepresentation(type1), cxrepresentation(… in code()
|