Home | History | Annotate | Download | only in dist

Lines Matching defs:incl

699     IncludeStmt *incl, *first;
705 incl = first = NULL;
720 first = incl = malloc(sizeof(IncludeStmt));
723 incl->next = malloc(sizeof(IncludeStmt));
724 incl = incl->next;
726 if (incl)
728 *incl = (IncludeStmt) {
766 incl = first->next;
773 first = incl;