Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-trie.c72 #define IS_TRIE_KEY_POP(w) ((tagex(w) == (TAG_VAR|STG_LOCAL) && \ macro
827 if ( (pop = IS_TRIE_KEY_POP(k)) )
1602 { size_t popn = IS_TRIE_KEY_POP(key); in unify_key()
1942 IS_TRIE_KEY_POP(children.key->key) ) in add_choice()
1954 if ( IS_TRIE_KEY_POP(children.key->key) && dstate->compound ) in add_choice()
2713 { size_t popn = IS_TRIE_KEY_POP(key); in compile_trie_node()