Searched refs:MB_PTR_BACK (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 516 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 D | macros.h | 247 #define MB_PTR_BACK(s, p) p -= has_mbyte ? ((*mb_head_off)(s, p - 1) + 1) : 1 macro
|
| H A D | spell.c | 717 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 D | findfile.c | 2254 MB_PTR_BACK(path, *psep); in find_previous_pathsep() 2752 MB_PTR_BACK(start, p); in simplify_filename()
|
| H A D | insexpand.c | 1584 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 D | textobject.c | 1229 MB_PTR_BACK(line, p); in in_html_tag()
|
| H A D | filepath.c | 498 MB_PTR_BACK(*fnamep, tail); in modify_fname() 517 MB_PTR_BACK(*fnamep, tail); in modify_fname()
|
| H A D | fileio.c | 3562 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 D | ops.c | 2045 MB_PTR_BACK(curr, cend); in do_join() 2049 MB_PTR_BACK(curr, cend); in do_join()
|
| H A D | change.c | 1842 MB_PTR_BACK(leader, p); in open_line()
|
| H A D | scriptfile.c | 877 for (s = e; s > match; MB_PTR_BACK(match, s)) in ExpandRTDir()
|
| H A D | regexp_bt.c | 4567 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 D | strings.c | 1669 MB_PTR_BACK(head, prev); in f_trim()
|
| H A D | os_mswin.c | 519 MB_PTR_BACK(buf, p); in vim_stat()
|
| H A D | spellfile.c | 2783 MB_PTR_BACK(aff_entry->ae_add, p); in spell_read_aff() 3927 MB_PTR_BACK(newword, p); in store_aff_word()
|
| H A D | syntax.c | 3091 MB_PTR_BACK(base, p); in syn_add_end_off() 3145 MB_PTR_BACK(base, p); in syn_add_start_off()
|
| H A D | mbyte.c | 4312 MB_PTR_BACK(line, p); in mb_prevptr()
|
| H A D | regexp_nfa.c | 2003 MB_PTR_BACK(old_regparse, regparse); in nfa_regatom() 2104 MB_PTR_BACK(old_regparse, regparse); in nfa_regatom()
|
| H A D | eval.c | 1833 MB_PTR_BACK(arg, p); in set_context_for_expression()
|