Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_scanner.c621 if ((old_config_style && (ch == '\n')) || in is_EOC()
622 (!old_config_style && (ch == ';'))) in is_EOC()
724 if ('=' == ch && old_config_style) in yylex()
811 if (T_Server == token && !old_config_style) in yylex()
Dntp_scanner.h121 extern int old_config_style;
Dntp_parser.y1727 old_config_style = 1;
1737 : T_Simulate { old_config_style = 0; }
Dntp_config.c216 int old_config_style = 1; /* A boolean flag, which when set, variable
/netbsd/src/external/bsd/ntp/dist/tests/ntpd/
Dt-ntp_scanner.c121 if(old_config_style){ in test_EOC()