Home
last modified time | relevance | path

Searched refs:vim_strpbrk (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dproto.h150 char_u *vim_strpbrk(char_u *s, char_u *charset);
H A Dstrings.c689 # ifdef vim_strpbrk
690 # undef vim_strpbrk
693 vim_strpbrk(char_u *s, char_u *charset) in vim_strpbrk() function
H A Doptionstr.c686 && vim_strpbrk(*varp, (char_u *)(secure in did_set_string_option()
689 && vim_strpbrk(*varp, (char_u *)"*?[|;&<>\r\n") != NULL)) in did_set_string_option()
H A Dos_mswin.c528 p = vim_strpbrk(buf + 2, (char_u *)"\\/"); in vim_stat()
531 p = vim_strpbrk(p + 1, (char_u *)"\\/"); in vim_stat()
H A Dvim.h1671 # define vim_strpbrk(s, cs) (char_u *)strpbrk((char *)(s), (char *)(cs)) macro
H A Dmisc1.c1544 if (esc && var != NULL && vim_strpbrk(var, (char_u *)" \t") != NULL) in expand_env_esc()
H A Dmain.c2574 if (vim_strpbrk(p, "\\:") != NULL && !path_with_url(p)) in command_line_scan()
H A Deval.c1827 if (vim_strpbrk(arg, (char_u *)"\"'+-*/%.=!?~|&$([<>,#") == NULL) in set_context_for_expression()
1843 while ((xp->xp_pattern = vim_strpbrk(arg, in set_context_for_expression()
H A Dfilepath.c4046 if (vim_strpbrk(f, (char_u *)FNAME_ILLEGAL) != NULL) in addfile()
H A Dsearch.c2735 while ((p = vim_strpbrk(p, (char_u *)"\";")) != NULL) in check_linecomment()
H A Dsyntax.c6017 if (vim_strpbrk(name + 1, (char_u *)"\\.*^$~[") == NULL) in get_id_list()
H A Dex_docmd.c4859 && vim_strpbrk(repl, (char_u *)"!") != NULL) in expand_filename()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt3131 vim_strpbrk() did not support multibyte characters. (Muraoka Taro)