Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/test/symbolic/klee/nvim/
H A Dmbyte.c10 const uint8_t utf8len_tab_zero[] = { variable
48 const uint8_t len = utf8len_tab_zero[p[0]]; in utf_ptr2char()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.h68 extern const uint8_t utf8len_tab_zero[256];
H A Dmbyte.c102 const uint8_t utf8len_tab_zero[] = { variable
610 const uint8_t len = utf8len_tab_zero[p[0]]; in utf_ptr2char()
668 uint8_t k = utf8len_tab_zero[**s]; in utf_safe_read_char_adv()
2609 uint8_t l_w = utf8len_tab_zero[ptr[i]]; in string_convert_ext()
H A Dex_getln.c2869 } else if (utf8len_tab_zero[(uint8_t)colored_ccline->cmdbuff[start]] == 0) { in color_cmdline()
2891 && (utf8len_tab_zero[(uint8_t)colored_ccline->cmdbuff[end]] in color_cmdline()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmbyte.c160 static char utf8len_tab_zero[256] = variable
1791 len = utf8len_tab_zero[p[0]]; in utf_ptr2char()
1848 k = utf8len_tab_zero[**s]; in utf_safe_read_char_adv()
4231 l = utf8len_tab_zero[*p]; in utf_valid_string()
5293 int l_w = utf8len_tab_zero[ptr[i]]; in string_convert_ext()
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dshell.c992 if (!eof && i == 1 && utf8len_tab_zero[*(uint8_t *)p] > (end-p)) { in out_data_append_to_screen()