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

/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c273 int in_quotes = FALSE, quote_quote = FALSE; local
280 if (quote_quote && in_quotes && (*d != '"')) {
281 quote_quote = FALSE;
285 } else if (quote_quote && in_quotes && (*d == '"')) {
286 quote_quote = FALSE;
287 } else if (quote_quote && (*d != '"')) {
288 quote_quote = FALSE;
290 } else if (quote_quote && (*d == '"')) {
291 quote_quote = FALSE;
293 quote_quote
[all...]

Completed in 15 milliseconds