Lines Matching defs:transp
72 struct transp {
73 struct transp *tr_next;
87 static void free_transports(struct transp *);
89 static struct mapfs *sort_responses(struct transp *);
134 struct transp *tr_head;
135 struct transp *trans, *prev_trans;
181 trans = (struct transp *)malloc(sizeof (*trans));
509 struct transp *trans;
511 struct transp *t;
670 struct transp *trans;
672 struct transp *t, *tmpt = NULL;