Searched defs:token_ty (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-smalltalk.c | 174 typedef struct token_ty token_ty; typedef 175 struct token_ty struct 177 token_type_ty type; argument 178 char *string; /* for token_type_string_literal, token_type_symbol */ argument 185 static token_ty phase2_pushback[1]; argument
|
H A D | x-ycp.c | 325 typedef struct token_ty token_ty; typedef 326 struct token_ty struct 328 token_type_ty type; argument 329 char *string; /* for token_type_string_literal, token_type_symbol */ argument 330 int line_number;
|
H A D | x-awk.c | 236 typedef struct token_ty token_ty; typedef 237 struct token_ty struct 239 token_type_ty type; argument 240 char *string; /* for token_type_{symbol,string,i18nstring} */ argument 241 int line_number;
|
H A D | x-php.c | 746 typedef struct token_ty token_ty; typedef 747 struct token_ty struct 749 token_type_ty type; argument 750 char *string; /* for token_type_string_literal, token_type_symbol */ argument 755 /* Free the memory pointed to by a 'struct token_ty'. */ argument
|
H A D | x-c.c | 779 typedef struct token_ty token_ty; typedef 780 struct token_ty struct 782 token_type_ty type; argument 783 char *string; /* for token_type_name, token_type_string_literal */ argument 784 refcounted_string_list_ty *comment; /* for token_type_string_literal, argument 786 long number; 787 int line_number;
|
H A D | x-csharp.c | 1314 typedef struct token_ty token_ty; typedef 1315 struct token_ty struct 1317 token_type_ty type; argument 1318 char *string; /* for token_type_string_literal, token_type_symbol */ argument 1319 refcounted_string_list_ty *comment; /* for token_type_string_literal */ argument 1325 /* Free the memory pointed to by a 'struct token_ty'. */ argument
|
H A D | x-java.c | 725 typedef struct token_ty token_ty; typedef 726 struct token_ty struct 728 token_type_ty type; argument 729 char *string; /* for token_type_string_literal, token_type_symbol */ argument 730 refcounted_string_list_ty *comment; /* for token_type_string_literal */ argument 735 /* Free the memory pointed to by a 'struct token_ty'. */ argument
|
H A D | x-python.c | 986 typedef struct token_ty token_ty; typedef 987 struct token_ty struct 989 token_type_ty type; argument 990 char *string; /* for token_type_string, token_type_symbol */ argument 991 refcounted_string_list_ty *comment; /* for token_type_string */ argument 992 int line_number;
|
H A D | x-perl.c | 545 typedef struct token_ty token_ty; typedef 546 struct token_ty struct 548 token_type_ty type; argument 549 int sub_type; /* for token_type_string, token_type_symbol */ argument 561 token2string (const token_ty *token) in token2string() argument
|