Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c179 boolean_t in_quotes = B_FALSE; in nextword() local
198 in_quotes = in_quotes ? B_FALSE : B_TRUE; in nextword()
201 if (!in_quotes && (*c == ' ' || *c == '\t')) { in nextword()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c275 int in_quotes = FALSE, quote_quote = FALSE; in __nis_nextsep_of() local
280 for (d = s; (in_quotes && (*d != '\0')) || in __nis_nextsep_of()
281 (!in_quotes && (*d != '.') && (*d != '\0')); d++) { in __nis_nextsep_of()
282 if (quote_quote && in_quotes && (*d != '"')) { in __nis_nextsep_of()
284 in_quotes = FALSE; in __nis_nextsep_of()
287 } else if (quote_quote && in_quotes && (*d == '"')) { in __nis_nextsep_of()
291 in_quotes = TRUE; in __nis_nextsep_of()
294 } else if (in_quotes && (*d == '"')) { in __nis_nextsep_of()
296 } else if (!in_quotes && (*d == '"')) { in __nis_nextsep_of()
301 if (quote_quote || in_quotes) { in __nis_nextsep_of()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2518 bool_t in_quotes = FALSE; in getIndex() local
2527 in_quotes = !in_quotes; in getIndex()
2528 } else if (in_quotes) in getIndex()
2547 in_quotes = !in_quotes; in getIndex()
2548 } else if (!in_quotes && in getIndex()
H A Dnis_parse_ldap_util.c1772 bool_t in_quotes; in get_next_object_dn_token() local
1797 in_quotes = FALSE; in get_next_object_dn_token()
1807 in_quotes = ! in_quotes; in get_next_object_dn_token()
1808 } else if (in_quotes) in get_next_object_dn_token()