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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y198 %token <String> T_String
385 | address_fam T_String
390 : T_String
495 | T_Keys T_String
497 | T_Keysdir T_String
505 | T_NtpSignDsocket T_String
522 : crypto_str_keyword T_String
591 | T_Statsdir T_String
636 : T_File T_String
813 | T_Refid T_String
[all...]
H A Dntp_parser.h171 T_String = 388, enumerator in enum:yytokentype
338 #define T_String 388 macro
H A Dntp_scanner.c416 return T_String;
593 * of a string. Hence, we need to return T_String.
607 * a T_String, so it does not try to match a keyword but rather
H A Dntp_parser.c262 T_String = 388, enumerator in enum:yytokentype
429 #define T_String 388 macro
952 "T_Statsdir", "T_Step", "T_Stepout", "T_Stratum", "T_String",
H A Dntp_config.c1201 my_val->type = T_String;
1410 * its generic T_String definition of a name/address "address".
1619 if (addr->type == T_String) {

Completed in 45 milliseconds