HomeSort by: relevance | last modified time | path
    Searched defs:LEXOUT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
configlexer.c 2242 #define LEXOUT(s) printf s /* used ONLY when debugging */
2244 #define LEXOUT(s)
2288 LEXOUT(("switch_to_include_file(%s) ", filename));
2674 { LEXOUT(("SP ")); /* ignore */ }
2679 { LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
2684 { LEXOUT(("v(%s) ", yytext)); return VAR_SERVER;}
2689 { LEXOUT(("v(%s) ", yytext)); return VAR_NAME;}
2694 { LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;}
2699 { LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;}
2704 { LEXOUT(("v(%s) ", yytext)); return VAR_IP_TRANSPARENT;
    [all...]
  /src/external/bsd/unbound/dist/util/
configlexer.c 4442 #define LEXOUT(s) printf s /* used ONLY when debugging */
4444 #define LEXOUT(s)
4454 LEXOUT(("v(%s%d) ", yytext, num_args)); \
4516 LEXOUT(("switch_to_include_file(%s)\n", filename));
4904 LEXOUT(("SP ")); /* ignore */ }
4911 LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
6838 { LEXOUT(("NL\n")); cfg_parser->line++; }
6844 { BEGIN(quotedstring); LEXOUT(("QS ")); }
6857 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6870 LEXOUT(("QE "))
    [all...]

Completed in 73 milliseconds