Lines Matching refs:vim_strchr
758 else if (vim_strchr((char_u *)"*?[", *s) != NULL) in expand_showtail()
885 && vim_strchr(tail, '$') == NULL in addstar()
886 && vim_strchr(retval, '`') == NULL) in addstar()
986 for (cmd = buff; vim_strchr((char_u *)" \t:|", *cmd) != NULL; cmd++) in set_one_cmd_context()
1040 if (p == cmd && vim_strchr((char_u *)"@*!=><&~#", *p) != NULL) in set_one_cmd_context()
1064 if (*cmd == 's' && vim_strchr((char_u *)"cgriI", cmd[1]) != NULL) in set_one_cmd_context()
1185 && vim_strchr((char_u *)"|\"", *arg) == NULL) in set_one_cmd_context()
1446 while (arg[0] && vim_strchr((char_u *)"|\"#", arg[0]) == NULL) in set_one_cmd_context()
1471 if (*arg && vim_strchr((char_u *)"|\"\n", *arg) == NULL) in set_one_cmd_context()
1544 while ((xp->xp_pattern = vim_strchr(arg, ' ')) != NULL) in set_one_cmd_context()
1589 while ((xp->xp_pattern = vim_strchr(arg, ' ')) != NULL) in set_one_cmd_context()
1777 while ((xp->xp_pattern = vim_strchr(arg, ' ')) != NULL) in set_one_cmd_context()
2350 e = vim_strchr(s, ';'); in expand_shellcmd()
2352 e = vim_strchr(s, ':'); in expand_shellcmd()
2503 e = vim_strchr(s, '\n'); in ExpandUserDefined()
2796 && vim_strchr((char_u *)" *?[{`$%#", in wildmenu_process_key()