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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.h121 T_Minpoll = 337, enumerator in enum:yytokentype
286 #define T_Minpoll 337 macro
H A Dkeyword-gen.c86 { "minpoll", T_Minpoll, FOLLBY_TOKEN },
H A Dntp_parser.c148 T_Minpoll = 337, enumerator in enum:yytokentype
313 #define T_Minpoll 337 macro
919 "T_Minimum", "T_Minpoll", "T_Minsane", "T_Mode", "T_Monitor", "T_Month",
H A Dntp_parser.y145 %token <Integer> T_Minpoll
379 | T_Minpoll T_Integer { $$ = create_attr_ival($1, $2); }
H A Dntp_config.c1291 case T_Minpoll:

Completed in 113 milliseconds