Searched refs:CX_GT (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cx.h | 101 #define CX_GT (( 4<<CX_ATTR)) macro 133 #define CX_RSH (CX_GT|CX_X2) 140 #define CX_GE (CX_GT|CX_ASSIGN)
|
H A D | cxopen.c | 851 CXC(CX_GT, CX_number_t, CX_number_t, op_gt_N, 0) 860 CXC(CX_GT, CX_string_t, CX_string_t, op_gt_S, 0) 869 CXC(CX_GT, CX_buffer_t, CX_buffer_t, op_gt_B, 0) 2291 table.opcode['>'] = CX_GT; 2310 table.comparison[CX_GT] = 1; 2328 table.precedence[CX_GT] =
|
Completed in 228 milliseconds