Searched refs:config_start_include_glob (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 116 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() function 657 config_start_include_glob(ub_c_text, 0); 670 config_start_include_glob(ub_c_text,0); 700 config_start_include_glob(ub_c_text, 1); 716 config_start_include_glob(ub_c_text, 1);
|
H A D | configlexer.c | 4426 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() function 6801 config_start_include_glob(yytext, 0); 6830 config_start_include_glob(yytext, 0); 6886 config_start_include_glob(yytext, 1); 6918 config_start_include_glob(yytext, 1);
|