Searched refs:refcounted_string_list_ty (Results 1 – 18 of 18) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | rc-str-list.h | 31 typedef struct refcounted_string_list_ty refcounted_string_list_ty; typedef 32 struct refcounted_string_list_ty struct 38 static inline refcounted_string_list_ty * argument 39 add_reference (refcounted_string_list_ty *rslp) in add_reference() 47 drop_reference (refcounted_string_list_ty *rslp) in drop_reference()
|
D | xgettext.h | 87 extern refcounted_string_list_ty *savable_comment; 91 savable_comment_to_xgettext_comment (refcounted_string_list_ty *rslp);
|
D | xg-message.h | 58 refcounted_string_list_ty *comment, 76 refcounted_string_list_ty *comment,
|
D | xg-arglist-parser.h | 53 refcounted_string_list_ty *msgid_comment; 90 refcounted_string_list_ty *comment,
|
D | xg-message.c | 245 refcounted_string_list_ty *comment, bool comment_is_utf8) in remember_a_message() 556 refcounted_string_list_ty *comment, in remember_a_message_plural()
|
D | xgettext.c | 1678 refcounted_string_list_ty *savable_comment; 1685 savable_comment = XMALLOC (refcounted_string_list_ty); in savable_comment_add() 1698 savable_comment = XMALLOC (refcounted_string_list_ty); in savable_comment_add() 1715 savable_comment_to_xgettext_comment (refcounted_string_list_ty *rslp) in savable_comment_to_xgettext_comment()
|
D | x-ycp.c | 328 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-c.c | 957 refcounted_string_list_ty *comment; /* for token_type_string_literal, 2068 refcounted_string_list_ty *comment;
|
D | xg-arglist-parser.c | 151 refcounted_string_list_ty *comment, in arglist_parser_remember()
|
D | x-lua.c | 416 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-vala.c | 370 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-php.c | 756 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-csharp.c | 1263 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-python.c | 809 refcounted_string_list_ty *comment; /* for token_type_string */
|
D | x-java.c | 586 refcounted_string_list_ty *comment; /* for token_type_string_literal */
|
D | x-javascript.c | 699 refcounted_string_list_ty *comment; /* for token_type_string, token_type_template */
|
D | x-perl.c | 592 refcounted_string_list_ty *comment; /* for token_type_string */
|
D | ChangeLog.1 | 5977 (struct refcounted_string_list_ty): New type. 5984 * x-java.c (struct refcounted_string_list_ty, comment, add_reference, 5988 * x-csharp.c (struct refcounted_string_list_ty, comment, add_reference,
|