Lines Matching defs:LINK
452 struct LINK {
453 struct LINK *next;
458 struct LINK *head;
4311 struct LINK *current;
4316 dircontext.head = (struct LINK*)NULL;
4547 struct LINK *current;
4552 dircontext.head = (struct LINK*)NULL;
4596 struct LINK *current;
4601 dircontext.head = (struct LINK*)NULL;
4686 struct LINK *linkage;
4701 linkage = (struct LINK*)malloc(sizeof(struct LINK)