Home
last modified time | relevance | path

Searched refs:quote_quote (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c275 int in_quotes = FALSE, quote_quote = FALSE; in __nis_nextsep_of() local
282 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 …]