Searched refs:flag_context_list_ty (Results 1 – 5 of 5) sorted by relevance
58 typedef struct flag_context_list_ty flag_context_list_ty; typedef59 struct flag_context_list_ty struct63 flag_context_list_ty *next; argument71 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 *
67 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()
1855 flag_context_list_ty *context_list; in extract_parenthesized()
1493 flag_context_list_ty *context_list; in extract_parenthesized()
6690 (struct flag_context_list_ty): New type.