Home
last modified time | relevance | path

Searched refs:flag_context_list_ty (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-context.h58 typedef struct flag_context_list_ty flag_context_list_ty; typedef
59 struct flag_context_list_ty struct
63 flag_context_list_ty *next; argument
71 const flag_context_list_ty* head; /* tail of list */
76 flag_context_list_iterator (flag_context_list_ty *list);
84 extern flag_context_list_ty *
Dxg-arglist-context.c67 static flag_context_list_ty passthrough_context_circular_list =
81 flag_context_list_iterator (flag_context_list_ty *list) in flag_context_list_iterator()
117 flag_context_list_ty *
125 return (flag_context_list_ty *) entry; in flag_context_list_table_lookup()
147 flag_context_list_ty *list = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
172 flag_context_list_ty *list = (flag_context_list_ty *)entry; in flag_context_list_table_add()
173 flag_context_list_ty **lastp = NULL; in flag_context_list_table_add()
205 list = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
234 flag_context_list_ty *copy = XMALLOC (flag_context_list_ty); in flag_context_list_table_add()
Dx-csharp.c1855 flag_context_list_ty *context_list; in extract_parenthesized()
Dx-java.c1493 flag_context_list_ty *context_list; in extract_parenthesized()
DChangeLog.16690 (struct flag_context_list_ty): New type.