Lines Matching defs:translator
67 struct translator {
75 struct translator *next;
83 static struct translator *xlate_list = NULL;
86 static struct translator *load_xlate(char *);
117 * Adds a translator library to the xlate_list, but first check to see if
127 add_to_xlate_list(struct translator *translate)
129 struct translator *t;
214 struct translator *t; /* pointer to translator list */
343 struct translator *t; /* pointer to translator list */
401 struct translator *t; /* pointer to translator list */
452 struct translator *t; /* pointer to translator list */
511 struct translator *t; /* pointer to translator list */
630 static struct translator *
633 struct translator *t;
656 t = malloc(sizeof (struct translator));