Home
last modified time | relevance | path

Searched refs:vim_strbyte (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dstrings.pro18 char_u *vim_strbyte(char_u *string, int c);
/vim-8.2.3635/src/
H A Dhelp.c1077 p2 = vim_strbyte(p1 + 1, '*'); // find second '*' in helptags_one()
H A Dregexp_bt.c4898 while ((s = vim_strbyte(s, c)) != NULL) in bt_regexec_both()
4958 s = vim_strbyte(rex.line + col, prog->regstart); in bt_regexec_both()
H A Dstrings.c647 vim_strbyte(char_u *string, int c) in vim_strbyte() function
H A Dmap.c1492 if (vim_strbyte(mp->m_keys, K_SPECIAL) != NULL) in check_abbr()
H A Dmbyte.c810 while ((p = vim_strbyte(p, 0xef)) != NULL) in remove_bom()
H A Dregexp_nfa.c5632 s = vim_strbyte(rex.line + *colp, c); in skip_to_start()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt13364 Solution: Use vim_strbyte() instead of vim_strchr(). (Yasuhiro Matsumoto)