Lines Matching refs:STRNICMP
3338 else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2) in syn_cmd_conceal()
3340 else if (STRNICMP(arg, "off", 3) == 0 && next - arg == 3) in syn_cmd_conceal()
3368 else if (STRNICMP(arg, "match", 5) == 0 && next - arg == 5) in syn_cmd_case()
3370 else if (STRNICMP(arg, "ignore", 6) == 0 && next - arg == 6) in syn_cmd_case()
3401 if (STRNICMP(arg, "start", 5) == 0 && arg_end - arg == 5) in syn_cmd_foldlevel()
3403 else if (STRNICMP(arg, "minimum", 7) == 0 && arg_end - arg == 7) in syn_cmd_foldlevel()
3441 else if (STRNICMP(arg, "toplevel", 8) == 0 && next - arg == 8) in syn_cmd_spell()
3443 else if (STRNICMP(arg, "notoplevel", 10) == 0 && next - arg == 10) in syn_cmd_spell()
3445 else if (STRNICMP(arg, "default", 7) == 0 && next - arg == 7) in syn_cmd_spell()
3484 if (STRNICMP(arg, "clear", 5) == 0) in syn_cmd_iskeyword()
5586 if (STRNICMP(rest, "add", 3) == 0 in syn_cmd_cluster()
5592 else if (STRNICMP(rest, "remove", 6) == 0 in syn_cmd_cluster()
5598 else if (STRNICMP(rest, "contains", 8) == 0 in syn_cmd_cluster()
6429 else if (STRNICMP(arg, "case", p - arg) == 0) in set_context_in_syntax_cmd()
6431 else if (STRNICMP(arg, "spell", p - arg) == 0) in set_context_in_syntax_cmd()
6433 else if (STRNICMP(arg, "sync", p - arg) == 0) in set_context_in_syntax_cmd()
6435 else if ( STRNICMP(arg, "keyword", p - arg) == 0 in set_context_in_syntax_cmd()
6436 || STRNICMP(arg, "region", p - arg) == 0 in set_context_in_syntax_cmd()
6437 || STRNICMP(arg, "match", p - arg) == 0 in set_context_in_syntax_cmd()
6438 || STRNICMP(arg, "list", p - arg) == 0) in set_context_in_syntax_cmd()