element_st
isduplicate(struct element_st *list, struct strlist_st *str)
struct element_st *p;
struct element_st *tmp_elem;
struct element_st *p, *q;
add_node_to_polist(struct element_st **pohead,
struct element_st **potail, struct element_st *elem)
static struct element_st *
struct element_st *tmp_elem = NULL;
struct element_st *ehead = NULL, *etail = NULL;
static struct element_st *
append_list(struct element_st *l1, struct element_st *l2)
struct element_st *p = NULL, *q = NULL, *l1_tail = NULL;
struct element_st *p;
struct element_st *existing_po_list;
output_textdomain(FILE *fp, struct element_st *p)
static struct element_st *
struct element_st *tmp;
tmp = (struct element_st *)malloc(sizeof (struct element_st));
print_element_list(struct element_st *q)
struct element_st *q;
struct element_st *q;
static void output_textdomain(FILE *, struct element_st *);
static struct element_st *new_element(void);
struct element_st *next;
struct element_st *gettext_head;
struct element_st *gettext_tail;
struct element_st *textdomain_head;
struct element_st *textdomain_tail;