| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 1980 mb_ptr2char(tword in suggest_trie_walk() 1983 mb_ptr2char(fword in suggest_trie_walk() 1992 c = mb_ptr2char(p); in suggest_trie_walk() 2216 c = mb_ptr2char(p); in suggest_trie_walk() 2289 c = mb_ptr2char(p + n); in suggest_trie_walk() 2308 c = mb_ptr2char(p); in suggest_trie_walk() 2310 c2 = mb_ptr2char(p + n); in suggest_trie_walk() 2421 c = mb_ptr2char(p); in suggest_trie_walk() 2451 c = mb_ptr2char(p + n); in suggest_trie_walk() 2510 c = mb_ptr2char(p); in suggest_trie_walk() [all …]
|
| H A D | regexp.c | 413 c = mb_ptr2char(p + 2); in get_equi_class() 467 c = mb_ptr2char(p + 2); in get_coll_element() 843 curchr = (*mb_ptr2char)(regparse + 1); in peekchr() 852 curchr = (*mb_ptr2char)(regparse); in peekchr() 2200 c = mb_ptr2char(src - 1); in vim_regsub_both() 2312 c = mb_ptr2char(s); in vim_regsub_both()
|
| H A D | charset.c | 336 c = (*mb_ptr2char)(p); in transstr() 367 c = (*mb_ptr2char)(p); in transstr() 885 c = (*mb_ptr2char)(p); in vim_iswordp_buf() 1399 int c = (*mb_ptr2char)(ptr + pos->col); in getvvcol()
|
| H A D | message.c | 1601 c = (*mb_ptr2char)(str); in msg_outtrans_len_attr() 1796 c = (*mb_ptr2char)(str); in str2special() 1898 && (mb_ptr2char(s) == 160 in msg_prt_line() 1899 || mb_ptr2char(s) == 0x202f)) in msg_prt_line() 3829 if ((*mb_ptr2char)(hotkeys + i) == c) in do_dialog() 3875 c = MB_TOLOWER((*mb_ptr2char)(from)); in copy_char()
|
| H A D | mbyte.c | 603 mb_ptr2char = utf_ptr2char; in mb_init() 616 mb_ptr2char = dbcs_ptr2char; in mb_init() 629 mb_ptr2char = latin_ptr2char; in mb_init() 1891 c = (*mb_ptr2char)(*pp); in mb_ptr2char_adv() 1905 c = (*mb_ptr2char)(*pp); in mb_cptr2char_adv() 4297 && vim_isprintc((*mb_ptr2char)(p + lp->col)) in mb_adjustpos()
|
| H A D | search.c | 1978 if (mb_ptr2char(ptr) == *initc) in find_mps_values() 1983 *initc = mb_ptr2char(ptr + mb_ptr2len(ptr) + 1); in find_mps_values() 1988 *findc = mb_ptr2char(ptr + mb_ptr2len(ptr) + 1); in find_mps_values() 1995 if (mb_ptr2char(ptr) == *initc) in find_mps_values() 2000 *initc = mb_ptr2char(prev); in find_mps_values() 2005 *findc = mb_ptr2char(prev); in find_mps_values() 4348 neighbor = (*mb_ptr2char)(p); in fuzzy_match_compute_score() 4352 curr = (*mb_ptr2char)(p); in fuzzy_match_compute_score()
|
| H A D | regexp_bt.c | 1987 startc = mb_ptr2char(regparse); in regatom() 2552 r->regstart = (*mb_ptr2char)(OPERAND(scan)); in bt_regcomp() 2564 r->regstart = (*mb_ptr2char)(OPERAND(regnext(scan))); in bt_regcomp() 3086 if ((cstrchr(opnd, (*mb_ptr2char)(scan)) == NULL) == testval) in regrepeat() 3343 c = (*mb_ptr2char)(rex.input); in regmatch() 4890 c = (*mb_ptr2char)(prog->regmust); in bt_regexec_both() 4932 c = (*mb_ptr2char)(rex.line + col); in bt_regexec_both()
|
| H A D | misc1.c | 523 return (*mb_ptr2char)(ptr); in gchar_pos() 531 return (*mb_ptr2char)(ml_get_cursor()); in gchar_cursor() 896 n = (*mb_ptr2char)(buf); in get_keystroke()
|
| H A D | cmdexpand.c | 430 c0 =(* mb_ptr2char)(&xp->xp_files[0][len]); in ExpandOne() 437 ci =(* mb_ptr2char)(&xp->xp_files[i][len]); in ExpandOne() 1221 c = mb_ptr2char(p); in set_one_cmd_context() 1247 c = mb_ptr2char(p); in set_one_cmd_context()
|
| H A D | macros.h | 254 #define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p))
|
| H A D | spell.c | 1953 c = mb_ptr2char(p); in count_syllables() 2320 c = mb_ptr2char(p); in use_midword() 2655 c = mb_ptr2char(p); in spell_iswordp() 2662 c = mb_ptr2char(s); in spell_iswordp() 2682 c = mb_ptr2char(p); in spell_iswordp_nmw()
|
| H A D | map.c | 2688 from = (*mb_ptr2char)(p); in langmap_set() 2697 to = (*mb_ptr2char)(p); in langmap_set() 2706 to = (*mb_ptr2char)(p2); in langmap_set()
|
| H A D | ops.c | 2016 || (mb_ptr2char(curr) < 0x100 && endcurr1 < 0x100)) in do_join() 2018 || (mb_ptr2char(curr) < 0x100 in do_join() 2021 && !(enc_utf8 && utf_eat_space(mb_ptr2char(curr))))) in do_join() 2046 endcurr1 = (*mb_ptr2char)(cend); in do_join() 2050 endcurr2 = (*mb_ptr2char)(cend); in do_join()
|
| H A D | edit.c | 2661 && vim_isprintc((*mb_ptr2char)(ptr))) in oneright() 2725 if (*ptr != TAB && vim_isprintc((*mb_ptr2char)(ptr)) in oneleft() 4444 ret_char = (*mb_ptr2char)(buf); in bracketed_paste() 5283 c = (*mb_ptr2char)(ptr); in ins_copychar()
|
| H A D | strings.c | 955 ptr2char = mb_ptr2char; in f_str2list() 1047 rettv->vval.v_number = mb_ptr2char(str + byteidx); in f_strgetchar()
|
| H A D | digraph.c | 1958 retval = (*mb_ptr2char)(to); in getexactdigraph()
|
| H A D | getchar.c | 786 c = (*mb_ptr2char)(buf); in read_redo() 1864 c = (*mb_ptr2char)(buf); in vgetc()
|
| H A D | testing.c | 106 while (*s != NUL && c == mb_ptr2char(s)) in ga_concat_shorten_esc()
|
| H A D | match.c | 99 m->conceal_char = (*mb_ptr2char)(conceal_char); in match_add()
|
| H A D | insexpand.c | 756 c1 = mb_ptr2char(p); in ins_compl_longest_match() 757 c2 = mb_ptr2char(s); in ins_compl_longest_match()
|
| H A D | change.c | 1131 showmatch(mb_ptr2char(buf)); in ins_char_bytes()
|
| H A D | optionstr.c | 1261 x3 = mb_ptr2char(p); in did_set_string_option()
|
| H A D | globals.h | 1049 EXTERN int (*mb_ptr2char)(char_u *p) INIT(= latin_ptr2char); variable
|
| H A D | sign.c | 996 if (!vim_isprintc((*mb_ptr2char)(s))) in sign_define_init_text()
|
| H A D | gui_x11.c | 945 key = mb_ptr2char(string); in gui_x11_key_hit_cb()
|