Lines Matching refs:pattern_is_quoted
1203 int pattern_is_quoted = 0; /* 1 for singly-quoted, 2 for doubly-quoted */ in parse_param() local
1321 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()
1360 else if (pattern_is_quoted == 2) in parse_param()
1361 pattern_is_quoted = 0; in parse_param()