Home | History | Annotate | Download | only in find

Lines Matching defs:tail

69 	PLAN *plan, *tail, *new;
87 for (plan = tail = NULL; *argv;) {
91 tail = plan = new;
93 tail->next = new;
94 tail = new;
106 tail = plan = new;
112 tail->next = new;
113 tail = new;
115 tail->next = new;
116 tail = new;