Lines Matching refs:STRNCMP
1029 if (ASCII_ISUPPER(cmd[0]) || STRNCMP("vim9", cmd, 4) == 0) in set_one_cmd_context()
1099 if ((ea.argt & EX_ARGOPT) && *arg != NUL && STRNCMP(arg, "++", 2) == 0) in set_one_cmd_context()
1737 if ( STRNCMP(arg, "messages", p - arg) == 0 in set_one_cmd_context()
1738 || STRNCMP(arg, "ctype", p - arg) == 0 in set_one_cmd_context()
1739 || STRNCMP(arg, "time", p - arg) == 0 in set_one_cmd_context()
1740 || STRNCMP(arg, "collate", p - arg) == 0) in set_one_cmd_context()
2078 && STRNCMP(pat, "^s:", 3) == 0) in ExpandFromContext()
2365 else if (STRNCMP(s, ".", (int)(e - s)) == 0) in expand_shellcmd()
2756 else if (STRNCMP(xp->xp_pattern, upseg + 1, 3) == 0 && c == K_DOWN) in wildmenu_process_key()
2813 else if (STRNCMP(cclp->cmdbuff + j, upseg, 4) == 0) in wildmenu_process_key()
2815 else if (STRNCMP(cclp->cmdbuff + j, upseg + 1, 3) == 0 in wildmenu_process_key()