Searched refs:T_Beep_Delay (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.h195 T_Beep_Delay = 411, enumerator in enum:yytokentype
360 #define T_Beep_Delay 411 macro
H A Dkeyword-gen.c197 { "beep_delay", T_Beep_Delay, FOLLBY_TOKEN },
H A Dntp_parser.c222 T_Beep_Delay = 411, enumerator in enum:yytokentype
387 #define T_Beep_Delay 411 macro
932 "T_Flag", "T_Void", "T_EOC", "T_Simulate", "T_Beep_Delay",
H A Dntp_parser.y222 %token <Integer> T_Beep_Delay
1062 : T_Beep_Delay '=' number { $$ = create_attr_dval($1, $3); }
H A Dntp_config.c3617 case T_Beep_Delay:

Completed in 99 milliseconds