Home
last modified time | relevance | path

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

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A D_slang.h692 #define NO_OP_LITERAL 0xFF macro
H A Dslparse.c1174 ctok->type = NO_OP_LITERAL; in try_multiple_assignment()
1617 case NO_OP_LITERAL: in postfix_expression()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslparse.c2219 ctok->type = NO_OP_LITERAL; in try_multiple_assignment()
2252 if (ctok->type == NO_OP_LITERAL) in assignment_expression()
2878 case NO_OP_LITERAL: in postfix_expression()
H A D_slang.h1371 #define NO_OP_LITERAL 0xFF macro