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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.h84 T_Freq = 300, enumerator in enum:yytokentype
249 #define T_Freq 300 macro
H A Dkeyword-gen.c180 { "freq", T_Freq, FOLLBY_TOKEN },
H A Dntp_parser.c111 T_Freq = 300, enumerator in enum:yytokentype
276 #define T_Freq 300 macro
912 "T_Floor", "T_Freq", "T_Fudge", "T_Host", "T_Huffpuff", "T_Iburst",
H A Dntp_parser.y108 %token <Integer> T_Freq
827 | T_Freq number { $$ = create_attr_dval($1, $2); }
H A Dntp_config.c2349 case T_Freq:

Completed in 87 milliseconds