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

/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c275 int in_quotes = FALSE, quote_quote = FALSE; local
282 if (quote_quote && in_quotes && (*d != '"')) {
283 quote_quote = FALSE;
287 } else if (quote_quote && in_quotes && (*d == '"')) {
288 quote_quote = FALSE;
289 } else if (quote_quote && (*d != '"')) {
290 quote_quote = FALSE;
292 } else if (quote_quote && (*d == '"')) {
293 quote_quote = FALSE;
295 quote_quote
[all...]

Completed in 96 milliseconds