Home
last modified time | relevance | path

Searched refs:inquote (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvimrun.c33 int inquote = 0; in main() local
46 inquote = !inquote; in main()
47 else if (!inquote && *p == L' ') in main()
H A Dsearch.c2086 int inquote = FALSE; // TRUE when inside quotes in findmatchlimit() local
2542 inquote = FALSE; in findmatchlimit()
2549 inquote = TRUE; in findmatchlimit()
2553 inquote = TRUE; in findmatchlimit()
2563 inquote = at_start; in findmatchlimit()
2564 if (inquote) in findmatchlimit()
2568 inquote = TRUE; in findmatchlimit()
2597 inquote = FALSE; in findmatchlimit()
2614 inquote = !inquote; in findmatchlimit()
2680 if ((!inquote || start_in_quotes == TRUE) in findmatchlimit()
H A Dmisc2.c2834 int inquote; in mch_parse_cmd() local
2844 inquote = FALSE; in mch_parse_cmd()
2852 while (*p != NUL && (inquote || (*p != ' ' && *p != TAB))) in mch_parse_cmd()
2856 inquote = !inquote; in mch_parse_cmd()
H A Dex_cmds.c1527 int inquote = FALSE; in find_pipe() local
1531 if (!inquote && *p == '|') in find_pipe()
1534 inquote = !inquote; in find_pipe()