Searched refs:vim_strpbrk (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | proto.h | 150 char_u *vim_strpbrk(char_u *s, char_u *charset);
|
| H A D | strings.c | 689 # ifdef vim_strpbrk 690 # undef vim_strpbrk 693 vim_strpbrk(char_u *s, char_u *charset) in vim_strpbrk() function
|
| H A D | optionstr.c | 686 && 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 D | os_mswin.c | 528 p = vim_strpbrk(buf + 2, (char_u *)"\\/"); in vim_stat() 531 p = vim_strpbrk(p + 1, (char_u *)"\\/"); in vim_stat()
|
| H A D | vim.h | 1671 # define vim_strpbrk(s, cs) (char_u *)strpbrk((char *)(s), (char *)(cs)) macro
|
| H A D | misc1.c | 1544 if (esc && var != NULL && vim_strpbrk(var, (char_u *)" \t") != NULL) in expand_env_esc()
|
| H A D | main.c | 2574 if (vim_strpbrk(p, "\\:") != NULL && !path_with_url(p)) in command_line_scan()
|
| H A D | eval.c | 1827 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 D | filepath.c | 4046 if (vim_strpbrk(f, (char_u *)FNAME_ILLEGAL) != NULL) in addfile()
|
| H A D | search.c | 2735 while ((p = vim_strpbrk(p, (char_u *)"\";")) != NULL) in check_linecomment()
|
| H A D | syntax.c | 6017 if (vim_strpbrk(name + 1, (char_u *)"\\.*^$~[") == NULL) in get_id_list()
|
| H A D | ex_docmd.c | 4859 && vim_strpbrk(repl, (char_u *)"!") != NULL) in expand_filename()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 3131 vim_strpbrk() did not support multibyte characters. (Muraoka Taro)
|