Lines Matching refs:wn_u1
1880 } wn_u1; member
2104 np->wn_u1.index = FALSE; in spell_clear_flags()
2112 if (node->wn_u1.index) in spell_print_node()
2124 node->wn_u1.index = TRUE; in spell_print_node()
4744 hash = hash_hash(child->wn_u1.hashkey); in node_compress()
4745 hi = hash_lookup(ht, child->wn_u1.hashkey, hash); in node_compress()
4775 hash_add_item(ht, hi, child->wn_u1.hashkey, hash); in node_compress()
4785 node->wn_u1.hashkey[0] = len; in node_compress()
4800 node->wn_u1.hashkey[1] = n == 0 ? 1 : n; in node_compress()
4802 node->wn_u1.hashkey[2] = n == 0 ? 1 : n; in node_compress()
4804 node->wn_u1.hashkey[3] = n == 0 ? 1 : n; in node_compress()
4806 node->wn_u1.hashkey[4] = n == 0 ? 1 : n; in node_compress()
4807 node->wn_u1.hashkey[5] = NUL; in node_compress()
5280 np->wn_u1.index = 0; in clear_node()
5319 node->wn_u1.index = idx; in put_node()
5389 if (np->wn_child->wn_u1.index != 0 in put_node()
5397 put_bytes(fd, (long_u)np->wn_child->wn_u1.index, 3); in put_node()