Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.h216 QA_ELIDE_NULL_BYTES = 0x01, enumerator
Dquotearg.c384 else if (flags & QA_ELIDE_NULL_BYTES) in quotearg_buffer_restyled()
702 int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES); in quotearg_alloc_mem()
796 int flags = options->flags | QA_ELIDE_NULL_BYTES; in quotearg_n_options()