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;
Indexes created Fri Apr 10 00:22:58 UTC 2026