Searched refs:old_config_style (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_scanner.h115 extern int old_config_style;
H A Dntp_scanner.c363 if ((old_config_style && (ch == '\n')) ||
364 (!old_config_style && (ch == ';')))
H A Dntp_parser.y1042 /* Reset the old_config_style variable */
1043 old_config_style = 1;
1053 : T_Simulate { old_config_style = 0; }
H A Dntp_config.c188 int old_config_style = 1; /* A boolean flag, which when set, variable

Completed in 62 milliseconds