Home
last modified time | relevance | path

Searched refs:FIRST_BINARY_OP (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A D_slang.h529 #define FIRST_BINARY_OP 0x39 macro
551 #define IS_BINARY_OP(t) ((t >= FIRST_BINARY_OP) && (t <= LAST_BINARY_OP))
H A Dslparse.c1308 level = Binop_Level[type - FIRST_BINARY_OP]; in simple_expression()
/dports/devel/libslang2/slang-2.3.2/src/
H A D_slang.h1176 #define FIRST_BINARY_OP 0x36 macro
1203 #define IS_BINARY_OP(t) ((t >= FIRST_BINARY_OP) && (t <= LAST_BINARY_OP))
H A Dslparse.c2412 unsigned char level = Binop_Level[type - FIRST_BINARY_OP]; in handle_binary_sequence()