Searched refs:pattern_is_quoted (Results 1 – 1 of 1) sorted by relevance
1203 int pattern_is_quoted = 0; /* 1 for singly-quoted, 2 for doubly-quoted */ in parse_param() local1321 if (!pattern_is_quoted) in parse_param()1326 if (!pattern_is_quoted) in parse_param()1335 if (pattern_is_quoted) in parse_param()1350 if (pattern_is_quoted == 0) in parse_param()1351 pattern_is_quoted = 1; in parse_param()1352 else if (pattern_is_quoted == 1) in parse_param()1353 pattern_is_quoted = 0; in parse_param()1358 if (pattern_is_quoted == 0) in parse_param()1359 pattern_is_quoted = 2; in parse_param()[all …]