Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c6615 int headc = 0; in set_map_str() local
6640 headc = 0; in set_map_str()
6643 if (headc == 0) in set_map_str()
6644 headc = c; in set_map_str()
6652 int headcl = mb_char2len(headc); in set_map_str()
6662 mb_char2bytes(headc, b + cl + 1); in set_map_str()
6677 lp->sl_map_array[c] = headc; in set_map_str()