Searched refs:MAXINCLUDELEVEL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/ntpd/ | ||
H A D | ntp_scanner.h | 46 #define MAXINCLUDELEVEL 5 /* maximum include file levels */ macro |
H A D | ntp_parser.c | 3320 if (lex_level() > MAXINCLUDELEVEL) { in yyparse() |