Lines Matching refs:quoted
142 int quoted) in append_to_file() argument
170 if (quoted) in append_to_file()
189 list_separator, quoted); in append_to_file()
193 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n", in append_to_file()
816 int quoted = 0; in get_entry() local
826 quoted++; in get_entry()
833 (!quoted || (*ptr != '"'))) { in get_entry()
840 if (quoted && (*ptr == '"')) in get_entry()
2160 int quoted = 0; in check_space_within_quote() local
2165 if (quoted == 0) in check_space_within_quote()
2166 quoted++; in check_space_within_quote()
2168 quoted--; in check_space_within_quote()
2169 } else if (*str == ' ' && quoted) in check_space_within_quote()