Searched refs:quote_quote (Results 1 – 1 of 1) sorted by relevance
275 int in_quotes = FALSE, quote_quote = FALSE; in __nis_nextsep_of() local282 if (quote_quote && in_quotes && (*d != '"')) { in __nis_nextsep_of()283 quote_quote = FALSE; in __nis_nextsep_of()287 } else if (quote_quote && in_quotes && (*d == '"')) { in __nis_nextsep_of()288 quote_quote = FALSE; in __nis_nextsep_of()289 } else if (quote_quote && (*d != '"')) { in __nis_nextsep_of()290 quote_quote = FALSE; in __nis_nextsep_of()292 } else if (quote_quote && (*d == '"')) { in __nis_nextsep_of()293 quote_quote = FALSE; in __nis_nextsep_of()295 quote_quote = TRUE; in __nis_nextsep_of()[all …]