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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_parser.h205 T_String = 415, enumerator in enum:yytokentype
404 #define T_String 415 macro
H A Dntp_scanner.c657 return T_String;
865 * of a string. Hence, we need to return T_String.
879 * a T_String, so it does not try to match a keyword but rather
H A Dntp_parser.c291 T_String = 415, enumerator in enum:yytokentype
490 #define T_String 415 macro
958 "T_Stepback", "T_Stepfwd", "T_Stepout", "T_Stratum", "T_String", "T_Sys",
H A Dntp_config.c560 case T_String:
837 case T_String:
1129 my_val->type = T_String;
1338 * its generic T_String definition of a name/address "address".
1461 if (T_String == av->type)
1685 if (addr->type == T_String) {

Completed in 96 milliseconds