Home
last modified time | relevance | path

Searched refs:DOUBLE_TOKEN (Results 1 – 11 of 11) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/util/
H A Dbcdump.c27 case DOUBLE_TOKEN: in dump_token()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dsltoken.c74 case DOUBLE_TOKEN: in map_token_to_string()
597 return (tok->type = DOUBLE_TOKEN); in get_number_token()
1518 case DOUBLE_TOKEN: in _SLcompile_byte_compiled()
1770 case DOUBLE_TOKEN: in byte_compile_token()
H A D_slang.h488 #define DOUBLE_TOKEN 0x19 macro
H A Dslparse.c1583 case DOUBLE_TOKEN: in postfix_expression()
H A Dslang.c4866 case DOUBLE_TOKEN: in compile_basic_token_mode()
/dports/devel/libslang2/slang-2.3.2/src/util/
H A Dbcdump.c35 case DOUBLE_TOKEN: in dump_token()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dsltoken.c271 case DOUBLE_TOKEN: in map_token_to_string()
684 status = _pSLtoken_init_slstring_token (tok, DOUBLE_TOKEN, (char *)s, len); in get_number_token()
685 if (status == DOUBLE_TOKEN) in get_number_token()
2064 case DOUBLE_TOKEN: in _pSLcompile_byte_compiled()
2425 case DOUBLE_TOKEN: in byte_compile_token()
H A D_slang.h1136 #define DOUBLE_TOKEN 0x19 macro
H A Dslparse.c2806 case DOUBLE_TOKEN: in postfix_expression()
H A Dslang.c9759 case DOUBLE_TOKEN: in compile_basic_token_mode()
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/lang/
H A DXQParser.java339 static final char DOUBLE_TOKEN = '2'; field in XQParser
672 ch = DOUBLE_TOKEN; in getRawToken()
2981 case DOUBLE_TOKEN: in parseMaybePrimaryExpr()