Searched refs:in_quotes (Results 1 – 1 of 1) sorted by relevance
338 bool in_quotes = 0; in find_address() local349 if (*p == '\\' && in_quotes) { in find_address()356 in_quotes = !in_quotes; in find_address()357 } else if (*p == ',' && !in_quotes) { in find_address()1017 bool in_quotes = 0; in get_angle_addr() local1021 if (*p1 == '\\' && in_quotes) { in get_angle_addr()1028 in_quotes = !in_quotes; in get_angle_addr()1029 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()1037 if (*p2 == '\\' && in_quotes) { in get_angle_addr()1044 in_quotes = !in_quotes; in get_angle_addr()[all …]
Completed in 11 milliseconds