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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dregex.c53 isc_boolean_t empty_ok = ISC_FALSE; local
122 empty_ok = ISC_TRUE;
128 if (group && !have_atom && !empty_ok)
140 empty_ok = ISC_FALSE;
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_subst.c362 int didsub, do_eol_match, eflags, empty_ok, eval; local
531 empty_ok = 1;
596 if (!empty_ok && match[0].rm_so == 0 && match[0].rm_eo == 0) {
597 empty_ok = 1;
710 empty_ok = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c1258 c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, bool empty_ok,
1282 if (empty_ok)
1256 c_parser_declaration_or_fndef(c_parser *parser, bool fndef_ok, bool empty_ok, bool nested, bool start_attr_ok) argument

Completed in 178 milliseconds