Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c2980 cx = PTR2CHAR(px); in vim_fnamencmp()
2981 cy = PTR2CHAR(py); in vim_fnamencmp()
3638 && isalpha(PTR2CHAR(path_end))))) in unix_expandpath()
4110 c1 = PTR2CHAR((char_u *)p + i); in pathcmp()
4111 c2 = PTR2CHAR((char_u *)q + j); in pathcmp()
4152 c1 = PTR2CHAR((char_u *)s + i); in pathcmp()
4153 c2 = PTR2CHAR((char_u *)s + i + mb_ptr2len((char_u *)s + i)); in pathcmp()
H A Dsearch.c2221 initc = PTR2CHAR(linep + pos.col); in findmatchlimit()
2590 c = PTR2CHAR(linep + pos.col); in findmatchlimit()
2804 if (PTR2CHAR(p) == c && (curwin->w_p_rl ^ p_ri)) in showmatch()
2808 if (PTR2CHAR(p) == c in showmatch()
4419 c1 = PTR2CHAR(fuzpat); in fuzzy_match_recursive()
4420 c2 = PTR2CHAR(str); in fuzzy_match_recursive()
4551 while (*p != NUL && !VIM_ISWHITE(PTR2CHAR(p))) in fuzzy_match()
4697 if (!VIM_ISWHITE(PTR2CHAR(p))) in fuzzy_match_in_list()
H A Dstrings.c1644 c1 = PTR2CHAR(head); in f_trim()
1653 if (c1 == PTR2CHAR(p)) in f_trim()
1670 c1 = PTR2CHAR(prev); in f_trim()
1679 if (c1 == PTR2CHAR(p)) in f_trim()
H A Dmacros.h254 #define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p)) macro
H A Dregexp_nfa.c1535 EMIT(PTR2CHAR(lp)); in nfa_regatom()
2014 startc = PTR2CHAR(regparse); in nfa_regatom()
5660 c1 = PTR2CHAR(match_text + len1); in find_match_text()
5661 c2 = PTR2CHAR(rex.line + col + len2); in find_match_text()
5673 && utf_iscomposing(PTR2CHAR(rex.line + col + len2)))) in find_match_text()
6570 result = vim_isprintc(PTR2CHAR(rex.input)); in nfa_regmatch()
6575 result = !VIM_ISDIGIT(curc) && vim_isprintc(PTR2CHAR(rex.input)); in nfa_regmatch()
7102 c = PTR2CHAR(rex.input + clen); in nfa_regmatch()
H A Dspell.c210 c = PTR2CHAR(mi.mi_fend); in spell_check()
220 c = PTR2CHAR(mi.mi_fend); in spell_check()
230 c = PTR2CHAR(ptr); in spell_check()
2400 c = PTR2CHAR(p); in captype()
4172 c = PTR2CHAR(word); in dump_prefixes()
H A Dregexp_bt.c2790 if (vim_isIDc(PTR2CHAR(scan)) && (testval || !VIM_ISDIGIT(*scan))) in regrepeat()
2851 if (vim_isfilec(PTR2CHAR(scan)) && (testval || !VIM_ISDIGIT(*scan))) in regrepeat()
2891 else if (vim_isprintc(PTR2CHAR(scan)) == 1 in regrepeat()
3538 if (!vim_isprintc(PTR2CHAR(rex.input))) in regmatch()
3545 if (VIM_ISDIGIT(*rex.input) || !vim_isprintc(PTR2CHAR(rex.input))) in regmatch()
H A Dspellsuggest.c324 c = PTR2CHAR(p); in badword_captype()
829 c = PTR2CHAR(su->su_badptr); in spell_find_suggest()
3315 gc = PTR2CHAR(p); in add_sound_suggest()
3318 bc = PTR2CHAR(su->su_badword); in add_sound_suggest()
H A Dfindfile.c1339 c1 = PTR2CHAR(s1 + i); in ff_wc_equal()
1340 c2 = PTR2CHAR(s2 + j); in ff_wc_equal()
H A Dinsexpand.c1821 c = PTR2CHAR(p); in ins_compl_addfrommatch()
3933 while (p > line && vim_isfilec(PTR2CHAR(p))) in ins_complete()
3935 if (p == line && vim_isfilec(PTR2CHAR(p))) in ins_complete()
H A Dspellfile.c2775 c = PTR2CHAR(aff_entry->ae_chop); in spell_read_aff()
2779 || PTR2CHAR(aff_entry->ae_cond) == c)) in spell_read_aff()
2784 if (PTR2CHAR(p) == c_up) in spell_read_aff()
H A Dedit.c663 ins_compl_addleader(PTR2CHAR(p)); in edit()
1318 c = PTR2CHAR(p); in edit()
H A Dmap.c1680 d = add_char2buf(PTR2CHAR(s), d); in vim_strsave_escape_csi()
H A Dmisc2.c1433 key = PTR2CHAR(last_dash + off); in find_special_key()
H A Ddiff.c773 c = PTR2CHAR(s); in diff_write_buffer()
H A Doption.c2270 return PTR2CHAR(arg); in string_to_key()
H A Dterminal.c6204 c = PTR2CHAR(msg); in f_term_sendkeys()
H A Devalfunc.c8804 set_last_csearch(PTR2CHAR(csearch), in f_setcharsearch()