| /vim-8.2.3635/src/ |
| H A D | spell.c | 216 MB_PTR_ADV(mi.mi_fend); in spell_check() 250 MB_PTR_ADV(mi.mi_fend); in spell_check() 340 MB_PTR_ADV(mi.mi_end); in spell_check() 356 MB_PTR_ADV(p); in spell_check() 357 MB_PTR_ADV(fp); in spell_check() 581 MB_PTR_ADV(p); in find_word() 702 MB_PTR_ADV(p); in find_word() 787 MB_PTR_ADV(p); in find_word() 1210 MB_PTR_ADV(mip->mi_fend); in fold_more() 1215 MB_PTR_ADV(mip->mi_fend); in fold_more() [all …]
|
| H A D | strings.c | 185 for (p = string; *p != NUL; MB_PTR_ADV(p)) in vim_strsave_shellescape() 678 MB_PTR_ADV(p); in vim_strrchr() 699 MB_PTR_ADV(s); in vim_strpbrk() 783 for (p = str; *p != NUL; MB_PTR_ADV(p)) in string_quote() 1652 for (p = mask; *p != NUL; MB_PTR_ADV(p)) in f_trim() 1658 MB_PTR_ADV(head); in f_trim() 1678 for (p = mask; *p != NUL; MB_PTR_ADV(p)) in f_trim()
|
| H A D | charset.c | 820 MB_PTR_ADV(s)) in win_linetabsize() 977 MB_PTR_ADV(*s); in lbr_chartabsize_adv() 1058 MB_PTR_ADV(s); in win_lbr_chartabsize() 1311 MB_PTR_ADV(ptr); in getvcol() 1332 MB_PTR_ADV(ptr); in getvcol()
|
| H A D | cmdexpand.c | 726 MB_PTR_ADV(p); in sm_gettail() 1103 MB_PTR_ADV(p); in set_one_cmd_context() 1180 MB_PTR_ADV(p); in set_one_cmd_context() 1204 MB_PTR_ADV(p); in set_one_cmd_context() 1256 MB_PTR_ADV(p); in set_one_cmd_context() 1264 MB_PTR_ADV(p); in set_one_cmd_context() 1632 MB_PTR_ADV(p); in set_one_cmd_context()
|
| H A D | findfile.c | 2006 MB_PTR_ADV(ptr); in file_name_in_line() 2220 MB_PTR_ADV(p); in gettail_dir() 2409 MB_PTR_ADV(cutoff); in get_path_cutoff() 2713 MB_PTR_ADV(tail); in simplify_filename() 2725 MB_PTR_ADV(tail); in simplify_filename()
|
| H A D | insexpand.c | 465 MB_PTR_ADV(p); in ins_compl_add_infercase() 479 MB_PTR_ADV(p); in ins_compl_add_infercase() 769 MB_PTR_ADV(p); in ins_compl_longest_match() 770 MB_PTR_ADV(s); in ins_compl_longest_match() 2194 for (p += len; *p != NUL; MB_PTR_ADV(p)) in ins_compl_fixRedoBufForLeader() 3546 for (s = e = compl_shown_match->cp_fname; *e != NUL; MB_PTR_ADV(e)) in ins_compl_next() 3552 MB_PTR_ADV(s); in ins_compl_next()
|
| H A D | textobject.c | 1210 for (p = line; p < line + curwin->w_cursor.col; MB_PTR_ADV(p)) in in_html_tag() 1240 MB_PTR_ADV(p); in in_html_tag() 1355 for (cp = p; *cp != NUL && *cp != '>' && !VIM_ISWHITE(*cp); MB_PTR_ADV(cp)) in current_tagblock()
|
| H A D | regexp_bt.c | 2648 #define ADVANCE_REGINPUT() MB_PTR_ADV(rex.input) 2769 MB_PTR_ADV(scan); in regrepeat() 2792 MB_PTR_ADV(scan); in regrepeat() 2823 MB_PTR_ADV(scan); in regrepeat() 2853 MB_PTR_ADV(scan); in regrepeat() 2894 MB_PTR_ADV(scan); in regrepeat() 4909 MB_PTR_ADV(s); in bt_regexec_both() 4916 MB_PTR_ADV(s); in bt_regexec_both()
|
| H A D | filepath.c | 223 for (p = *fnamep; p < *fnamep + *fnamelen; MB_PTR_ADV(p)) in shortpath_for_partial() 340 for (p = *fnamep; *p != NUL; MB_PTR_ADV(p)) in modify_fname() 2821 MB_PTR_ADV(p2); in gettail() 2855 MB_PTR_ADV(fname); in getnextcomp() 3799 for ( ; *p; MB_PTR_ADV(p)) in has_env_var() 3823 for ( ; *p; MB_PTR_ADV(p)) in has_special_wildchar()
|
| H A D | map.c | 2670 MB_PTR_ADV(p2)) in langmap_set() 2692 MB_PTR_ADV(p); in langmap_set() 2722 MB_PTR_ADV(p); in langmap_set() 2725 MB_PTR_ADV(p2); in langmap_set()
|
| H A D | os_amiga.c | 1643 for ( ; *p; MB_PTR_ADV(p)) in mch_has_exp_wildcard() 1656 for ( ; *p; MB_PTR_ADV(p)) in mch_has_wildcard()
|
| H A D | menu.c | 175 MB_PTR_ADV(arg); in ex_menu() 709 for (s = tearpath; *s && s < tearpath + idx; MB_PTR_ADV(s)) in add_menu_path() 1571 for (p = name; *p && *p != '.'; MB_PTR_ADV(p)) in menu_name_skip() 2796 for (p = name; *p && *p != '.'; MB_PTR_ADV(p)) in menu_unescape_name()
|
| H A D | macros.h | 243 #define MB_PTR_ADV(p) p += (*mb_ptr2len)(p) macro
|
| H A D | popupmenu.c | 479 for ( ; ; MB_PTR_ADV(p)) in pum_redraw() 515 MB_PTR_ADV(rt); in pum_redraw()
|
| H A D | regexp.c | 510 MB_PTR_ADV(p); in skip_anyof() 593 for (; p[0] != NUL; MB_PTR_ADV(p)) in skip_regexp_ex() 2082 for (s = eval_result; *s != NUL; MB_PTR_ADV(s)) in vim_regsub_both()
|
| H A D | search.c | 4349 MB_PTR_ADV(p); in fuzzy_match_compute_score() 4464 MB_PTR_ADV(fuzpat); in fuzzy_match_recursive() 4469 MB_PTR_ADV(str); in fuzzy_match_recursive() 4554 MB_PTR_ADV(p); in fuzzy_match() 4705 MB_PTR_ADV(p); in fuzzy_match_in_list()
|
| H A D | os_mswin.c | 428 MB_PTR_ADV(p); in slash_adjust() 639 for ( ; *p; MB_PTR_ADV(p)) in mch_has_exp_wildcard() 655 for ( ; *p; MB_PTR_ADV(p)) in mch_has_wildcard()
|
| H A D | regexp_nfa.c | 1832 MB_PTR_ADV(regparse); in nfa_regatom() 1844 MB_PTR_ADV(regparse); in nfa_regatom() 1854 MB_PTR_ADV(regparse); in nfa_regatom() 1969 MB_PTR_ADV(regparse); in nfa_regatom() 1988 MB_PTR_ADV(regparse); in nfa_regatom() 2101 MB_PTR_ADV(regparse); in nfa_regatom() 2113 MB_PTR_ADV(regparse); in nfa_regatom()
|
| H A D | tag.c | 3254 MB_PTR_ADV(p); in parse_match() 3260 *p && *p != '\t' && *p != '\r' && *p != '\n'; MB_PTR_ADV(p)) in parse_match() 3267 *p && *p != '\t' && *p != '\r' && *p != '\n'; MB_PTR_ADV(p)) in parse_match() 4043 *p != NUL && *p != '\n' && *p != '\r'; MB_PTR_ADV(p)) in get_tags()
|
| H A D | typval.c | 1851 for (p = *arg + 1; *p != NUL && *p != '"'; MB_PTR_ADV(p)) in eval_string() 1994 for (p = *arg + 1; *p != NUL; MB_PTR_ADV(p)) in eval_lit_string()
|
| H A D | misc1.c | 453 MB_PTR_ADV(s); in plines_win_col() 2603 for (p2 = p_sh; p2 < p; MB_PTR_ADV(p2)) in get_isolated_shell_name()
|
| H A D | vim9script.c | 769 for (p = arg + 1; *p != NUL && eval_isnamec(*p); MB_PTR_ADV(p)) in vim9_declare_scriptvar()
|
| H A D | spellfile.c | 2910 for (p = items[1]; *p != NUL; MB_PTR_ADV(p)) in spell_read_aff() 2913 for (p = items[2]; *p != NUL; MB_PTR_ADV(p)) in spell_read_aff() 3583 for (p = w; *p != NUL; MB_PTR_ADV(p)) in spell_read_dic() 3910 MB_PTR_ADV(p); in store_aff_word()
|
| H A D | register.c | 1677 MB_PTR_ADV(p); in do_put() 1687 MB_PTR_ADV(p); in do_put()
|
| H A D | ops.c | 399 MB_PTR_ADV(non_white); in shift_block() 438 MB_PTR_ADV(verbatim_copy_end); in shift_block() 2236 MB_PTR_ADV(pstart); in block_prep()
|