Searched refs:in_quotes (Results 1 – 1 of 1) sorted by relevance
339 bool in_quotes = 0; in find_address() local350 if (*p == '\\' && in_quotes) { in find_address()357 in_quotes = !in_quotes; in find_address()358 } else if (*p == ',' && !in_quotes) { in find_address()1016 bool in_quotes = 0; in get_angle_addr() local1020 if (*p1 == '\\' && in_quotes) { in get_angle_addr()1027 in_quotes = !in_quotes; in get_angle_addr()1028 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()1036 if (*p2 == '\\' && in_quotes) { in get_angle_addr()1043 in_quotes = !in_quotes; in get_angle_addr()[all …]
Completed in 7 milliseconds