Lines Matching refs:wn_byte
1893 char_u wn_byte; // Byte for this node. NUL for word end member
2126 if (node->wn_byte != NUL) in spell_print_node()
2129 PRINTSOME(line1, depth, " %c -> ", node->wn_byte, 0); in spell_print_node()
2132 PRINTSOME(line1, depth, " %c ???", node->wn_byte, 0); in spell_print_node()
2144 if (node->wn_byte == NUL) in spell_print_node()
2152 if (node->wn_byte != NUL && node->wn_child != NULL) in spell_print_node()
4462 np->wn_byte = copyp->wn_byte; in tree_add_word()
4463 if (np->wn_byte == NUL) in tree_add_word()
4487 && (node->wn_byte < word[i] in tree_add_word()
4488 || (node->wn_byte == NUL in tree_add_word()
4502 || node->wn_byte != word[i] in tree_add_word()
4513 np->wn_byte = word[i]; in tree_add_word()
4789 if (np->wn_byte == NUL) in node_compress()
4794 n = (unsigned)(np->wn_byte + ((long_u)np->wn_child << 8)); in node_compress()
4826 if (p1->wn_byte != p2->wn_byte in node_equal()
4827 || (p1->wn_byte == NUL in node_equal()
5283 if (np->wn_byte != NUL) in clear_node()
5332 if (np->wn_byte == 0) in put_node()
5405 if (putc(np->wn_byte, fd) == EOF) // <byte> or <xbyte> in put_node()
5419 if (np->wn_byte != 0 && np->wn_child->wn_u2.wnode == node) in put_node()
5694 if (p->wn_byte == NUL) in sug_filltable()
5698 for (np = p; np != NULL && np->wn_byte == NUL; np = np->wn_sibling) in sug_filltable()
5724 while (p->wn_sibling != NULL && p->wn_sibling->wn_byte == NUL) in sug_filltable()