Home
last modified time | relevance | path

Searched refs:T_String (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.h229 T_String = 430, /* T_String */
450 #define T_String 430
228 T_String = 429, /* T_String */ global() enumerator
448 #define T_String global() macro
H A Dntp_scanner.c667 return T_String; in create_string_token()
875 * of a string. Hence, we need to return T_String. in yylex()
889 * a T_String, so it does not try to match a keyword but rather in yylex()
H A Dntp_config.c600 case T_String: in dump_config_tree()
897 case T_String: in dump_config_tree()
933 case T_String: in dump_config_tree()
1262 if (T_String == av->type)
1351 my_val->type = T_String; in create_string_node()
1568 * its generic T_String definition of a name/address "address". in create_filegen_node()
1918 if (addr->type == T_String) { in create_sim_server()
H A Dntp_parser.c321 T_String = 430, /* T_String */
542 #define T_String 430
802 YYSYMBOL_T_String = 175, /* T_String */
1455 "T_Stepback", "T_Stepfwd", "T_Stepout", "T_Stratum", "T_String", "T_Sys",
2435 case 28: /* address: address_fam T_String */ in yyparse()
2441 case 29: /* ip_address: T_String */ in yyparse()
2492 case 55: /* option_str: option_str_keyword T_String */ in yyparse()
2560 case 67: /* authentication_command: T_Keys T_String */ in yyparse()
2566 case 68: /* authentication_command: T_Keysdir T_String */ in yyparse()
320 T_String = 429, /* T_String */ global() enumerator
540 #define T_String global() macro
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h316 Value(std::string V) : Type(T_String) { in Value()
394 case T_String: in kind()
456 if (Type == T_String) in getAsString()
516 T_String, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp122 case T_String: in copyFrom()
147 case T_String: in moveFrom()
173 case T_String: in destroy()