Home
last modified time | relevance | path

Searched refs:compile_hashed_identifier (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslang.c4160 static void compile_hashed_identifier (char *name, unsigned long hash, _SLang_Token_Type *tok) in compile_hashed_identifier() function
4243 compile_hashed_identifier (name, _SLcompute_string_hash (name), tok); in compile_identifier()
4804 compile_hashed_identifier (t->v.s_val, t->hash, t); in compile_basic_token_mode()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c8940 static void compile_hashed_identifier (SLCONST char *name, unsigned long hash, _pSLang_Token_Type *… in compile_hashed_identifier() function
9023 compile_hashed_identifier (name, SLcompute_string_hash (name), tok); in compile_identifier()
9681 compile_hashed_identifier (t->v.s_val, t->hash, t); in compile_basic_token_mode()