Home
last modified time | relevance | path

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

/dports/hebrew/hunspell/hspell-1.4/
H A Ddict_radix.c114 uint32_t val_or_index; member
218 } else if(head.val_or_index){ in do_print_tree()
220 printf("%s %d\n", word, head.val_or_index); in do_print_tree()
443 stack[sdepth]->val_or_index=getc(prefixes); in do_read_dict()
522 stack[sdepth]->val_or_index & VALUEMASK; in do_read_dict()
566 stack[sdepth]->val_or_index & VALUEMASK; in do_read_dict()
586 stack[sdepth]->val_or_index=getc(prefixes); in do_read_dict()
636 switch(current.val_or_index & HIGHBITS){ in lookup()
643 return current.val_or_index & VALUEMASK; in lookup()
710 current=dict->nodes[current.val_or_index in lookup()
[all …]
/dports/hebrew/hspell/hspell-1.4/
H A Ddict_radix.c114 uint32_t val_or_index; member
218 } else if(head.val_or_index){ in do_print_tree()
220 printf("%s %d\n", word, head.val_or_index); in do_print_tree()
443 stack[sdepth]->val_or_index=getc(prefixes); in do_read_dict()
522 stack[sdepth]->val_or_index & VALUEMASK; in do_read_dict()
566 stack[sdepth]->val_or_index & VALUEMASK; in do_read_dict()
586 stack[sdepth]->val_or_index=getc(prefixes); in do_read_dict()
636 switch(current.val_or_index & HIGHBITS){ in lookup()
643 return current.val_or_index & VALUEMASK; in lookup()
710 current=dict->nodes[current.val_or_index in lookup()
[all …]