Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c516 MB_PTR_BACK(line, p); in spell_suggest()
1526 MB_PTR_BACK(preword, p); in suggest_trie_walk()
1621 MB_PTR_BACK(fword, p); in suggest_trie_walk()
1625 MB_PTR_BACK(preword, p); in suggest_trie_walk()
2006 MB_PTR_BACK(tword, p); in suggest_trie_walk()
3505 MB_PTR_BACK(goodword, pgood); in add_suggestion()
3506 MB_PTR_BACK(su->su_badptr, pbad); in add_suggestion()
H A Dmacros.h247 #define MB_PTR_BACK(s, p) p -= has_mbyte ? ((*mb_head_off)(s, p - 1) + 1) : 1 macro
H A Dspell.c717 MB_PTR_BACK(mip->mi_word, p); in find_word()
2849 MB_PTR_BACK(line, p); in check_need_cap()
4293 MB_PTR_BACK(line, p); in spell_word_start()
4302 MB_PTR_BACK(line, p); in spell_word_start()
H A Dfindfile.c2254 MB_PTR_BACK(path, *psep); in find_previous_pathsep()
2752 MB_PTR_BACK(start, p); in simplify_filename()
H A Dinsexpand.c1584 MB_PTR_BACK(line, p); in ins_compl_bs()
3932 MB_PTR_BACK(line, p); in ins_complete()
3934 MB_PTR_BACK(line, p); in ins_complete()
H A Dtextobject.c1229 MB_PTR_BACK(line, p); in in_html_tag()
H A Dfilepath.c498 MB_PTR_BACK(*fnamep, tail); in modify_fname()
517 MB_PTR_BACK(*fnamep, tail); in modify_fname()
H A Dfileio.c3562 for (ptr = retval + fnamelen; ptr > retval; MB_PTR_BACK(retval, ptr)) in buf_modname()
4800 MB_PTR_BACK(buf, p); in readdir_core()
H A Dops.c2045 MB_PTR_BACK(curr, cend); in do_join()
2049 MB_PTR_BACK(curr, cend); in do_join()
H A Dchange.c1842 MB_PTR_BACK(leader, p); in open_line()
H A Dscriptfile.c877 for (s = e; s > match; MB_PTR_BACK(match, s)) in ExpandRTDir()
H A Dregexp_bt.c4567 MB_PTR_BACK(rex.line, rp->rs_un.regsave.rs_u.ptr); in regmatch()
4654 MB_PTR_BACK(rex.line, rex.input); in regmatch()
H A Dstrings.c1669 MB_PTR_BACK(head, prev); in f_trim()
H A Dos_mswin.c519 MB_PTR_BACK(buf, p); in vim_stat()
H A Dspellfile.c2783 MB_PTR_BACK(aff_entry->ae_add, p); in spell_read_aff()
3927 MB_PTR_BACK(newword, p); in store_aff_word()
H A Dsyntax.c3091 MB_PTR_BACK(base, p); in syn_add_end_off()
3145 MB_PTR_BACK(base, p); in syn_add_start_off()
H A Dmbyte.c4312 MB_PTR_BACK(line, p); in mb_prevptr()
H A Dregexp_nfa.c2003 MB_PTR_BACK(old_regparse, regparse); in nfa_regatom()
2104 MB_PTR_BACK(old_regparse, regparse); in nfa_regatom()
H A Deval.c1833 MB_PTR_BACK(arg, p); in set_context_for_expression()