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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h106 typedef struct flag_context_list_ty flag_context_list_ty; typedef in typeref:struct:flag_context_list_ty
107 struct flag_context_list_ty struct
111 flag_context_list_ty *next;
114 /* Iterator through a flag_context_list_ty. */
119 const flag_context_list_ty* head; /* tail of list */
124 flag_context_list_iterator (flag_context_list_ty *list);
129 a flag_context_list_ty *. */
130 typedef hash_table /* char[] -> flag_context_list_ty * */
132 extern flag_context_list_ty *
[all...]
H A Dxgettext.c141 /* Table of flag_context_list_ty tables. */
1255 static flag_context_list_ty passthrough_context_circular_list =
1269 flag_context_list_iterator (flag_context_list_ty *list)
1305 flag_context_list_ty *
1313 return (flag_context_list_ty *) entry;
1359 flag_context_list_ty *list = XMALLOC (flag_context_list_ty);
1380 flag_context_list_ty *list = (flag_context_list_ty *)entry;
1381 flag_context_list_ty **last
[all...]
H A Dx-java.c1264 flag_context_list_ty *context_list;
H A Dx-csharp.c1911 flag_context_list_ty *context_list;

Completed in 48 milliseconds