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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.h46 T_Autokey = 262, enumerator in enum:yytokentype
211 #define T_Autokey 262 macro
H A Dkeyword-gen.c80 { "autokey", T_Autokey, FOLLBY_TOKEN },
H A Dntp_parser.c73 T_Autokey = 262, enumerator in enum:yytokentype
238 #define T_Autokey 262 macro
905 "T_Autokey", "T_Automax", "T_Average", "T_Bclient", "T_Beacon", "T_Bias",
H A Dntp_parser.y70 %token <Integer> T_Autokey
374 : T_Autokey { $$ = create_attr_ival(T_Flag, $1); }
H A Dntp_config.c3342 case T_Autokey:

Completed in 91 milliseconds