Searched refs:inquote (Results 1 – 4 of 4) sorted by relevance
33 int inquote = 0; in main() local46 inquote = !inquote; in main()47 else if (!inquote && *p == L' ') in main()
2086 int inquote = FALSE; // TRUE when inside quotes in findmatchlimit() local2542 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()
2834 int inquote; in mch_parse_cmd() local2844 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()
1527 int inquote = FALSE; in find_pipe() local1531 if (!inquote && *p == '|') in find_pipe()1534 inquote = !inquote; in find_pipe()