Lines Matching refs:wn_flags
1900 short_u wn_flags; // WF_ flags member
4465 np->wn_flags = copyp->wn_flags; in tree_add_word()
4491 : (node->wn_flags < (unsigned)(flags & WN_MASK) in tree_add_word()
4492 || (node->wn_flags == (flags & WN_MASK) in tree_add_word()
4506 || node->wn_flags != (flags & WN_MASK) in tree_add_word()
4534 node->wn_flags = flags; in tree_add_word()
4791 n = np->wn_flags + (np->wn_region << 8) + (np->wn_affixID << 16); in node_compress()
4828 ? (p1->wn_flags != p2->wn_flags in node_equal()
5343 if (np->wn_flags == (short_u)PFX_FLAGS) in put_node()
5348 putc(np->wn_flags, fd); // <pflags> in put_node()
5356 flags = np->wn_flags; in put_node()
5368 if (np->wn_flags >= 0x100) in put_node()
5703 nr = (np->wn_flags << 16) + (np->wn_region & 0xffff); in sug_filltable()
5729 p->wn_flags = 0; in sug_filltable()