Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2090 #define PRINTSOME(l, depth, fmt, a1, a2) vim_snprintf(l + depth * PRINTWIDTH, \ macro
2115 PRINTSOME(line1, depth, "(%d)", node->wn_nr, 0); in spell_print_node()
2116 PRINTSOME(line2, depth, " ", 0, 0); in spell_print_node()
2117 PRINTSOME(line3, depth, " ", 0, 0); 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()
2135 PRINTSOME(line1, depth, " $ ", 0, 0); in spell_print_node()
2137 PRINTSOME(line2, depth, "%d/%d ", node->wn_nr, node->wn_refs); in spell_print_node()
2140 PRINTSOME(line3, depth, " | ", 0, 0); in spell_print_node()
2142 PRINTSOME(line3, depth, " ", 0, 0); in spell_print_node()