Home
last modified time | relevance | path

Searched refs:DOT_METHOD_CALL_TOKEN (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/util/
H A Dbcdump.c450 case DOT_METHOD_CALL_TOKEN: in dump_token()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dsltoken.c2103 case DOT_METHOD_CALL_TOKEN: in _pSLcompile_byte_compiled()
2418 case DOT_METHOD_CALL_TOKEN: in byte_compile_token()
H A Dslparse.c2986 #ifdef DOT_METHOD_CALL_TOKEN in postfix_expression()
2999 last_token->type = DOT_METHOD_CALL_TOKEN; in postfix_expression()
H A D_slang.h1149 #define DOT_METHOD_CALL_TOKEN 0x23 macro
H A Dslang.c9673 case DOT_METHOD_CALL_TOKEN: /* X . field (args) */ in compile_basic_token_mode()