Searched refs:in_quote (Results 1 – 3 of 3) sorted by relevance
198 int in_quote = 0; in rcptto_list() local204 in_quote = !in_quote; in rcptto_list()205 } else if (!in_quote && ch == ',') { in rcptto_list()
1006 int in_quote = 0; in build_match_prefix() local1013 if (!in_quote || (cur == in_quote)) { in build_match_prefix()1014 in_quote ^= cur; in build_match_prefix()1019 if (in_quote) in build_match_prefix()
2367 int in_quote = 0, quoted = 0; in next_arg() local2372 in_quote = 1; in next_arg()2377 if (args[i] == ' ' && !in_quote) in next_arg()2384 in_quote = !in_quote; in next_arg()