Searched refs:CX_STR (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 728 if (cxisnumber(type1) && i2->op == CX_STR && i2->data.string.size == 1) 747 if (i1->op == CX_STR && i1->data.string.size == 1 && (x.callout = cxcallout(cx, op, type2, type2, cx->disc))) 760 i2->op = CX_STR; 773 i1->op = CX_STR; 1538 if (!code(cx, cc, expr, CX_STR, 1, cx->state->type_string, cx->state->type_void, s, 0, NiL))
|
H A D | cx.h | 124 #define CX_STR ((24<<CX_ATTR)) macro
|
H A D | cxopen.c | 822 CXC(CX_STR, CX_string_t, CX_void_t, op_const_V, 0)
|
Completed in 26 milliseconds