HomeSort by: relevance | last modified time | path
    Searched refs:flag_context_list_ty (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.h 107 typedef struct flag_context_list_ty flag_context_list_ty; typedef in typeref:struct:flag_context_list_ty
108 struct flag_context_list_ty struct
112 flag_context_list_ty *next;
115 /* Iterator through a flag_context_list_ty. */
120 const flag_context_list_ty* head; /* tail of list */
125 flag_context_list_iterator (flag_context_list_ty *list);
130 a flag_context_list_ty *. */
131 typedef hash_table /* char[] -> flag_context_list_ty * */
133 extern flag_context_list_ty *
    [all...]
xgettext.c 144 /* Table of flag_context_list_ty tables. */
1223 static flag_context_list_ty passthrough_context_circular_list =
1237 flag_context_list_iterator (flag_context_list_ty *list)
1273 flag_context_list_ty *
1281 return (flag_context_list_ty *) entry;
1327 flag_context_list_ty *list =
1328 (flag_context_list_ty *) xmalloc (sizeof (flag_context_list_ty));
1349 flag_context_list_ty *list = (flag_context_list_ty *)entry
    [all...]
x-java.c 1217 flag_context_list_ty *context_list;
x-csharp.c 1906 flag_context_list_ty *context_list;

Completed in 17 milliseconds