Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dconfiglexer.lex28 #define LEXOUT(s) printf s /* used ONLY when debugging */ macro
30 #define LEXOUT(s) macro
40 LEXOUT(("v(%s%d) ", ub_c_text, num_args)); \
99 LEXOUT(("switch_to_include_file(%s)\n", filename)); in config_start_include()
207 LEXOUT(("SP ")); /* ignore */ }
210 LEXOUT(("comment(%s) ", ub_c_text)); /* ignore */ }
512 LEXOUT(("QE "));
533 LEXOUT(("SQE "));
554 LEXOUT(("Iunquotedstr(%s) ", ub_c_text));
566 LEXOUT(("IQE "));
[all …]