Lines Matching defs:includes
52 * This product includes software developed by the University of
248 static Vector /* of IncludedFile */ includes;
250 SearchPath *parseIncPath; /* directories for "..." includes */
251 SearchPath *sysIncPath; /* directories for <...> includes */
334 assert(i < includes.len);
335 return Vector_Get(&includes, i);
342 return GetInclude(includes.len - 1);
403 n = includes.len;
494 } else if (includes.len > 0) {
1243 * System includes are looked up in sysIncPath, any other includes are looked
2074 for (i = includes.len; i >= 2; i--)
2166 curFile = Vector_Push(&includes);
2330 Vector_Pop(&includes);
2332 if (includes.len == 0) {
2978 Vector_Init(&includes, sizeof(IncludedFile));
2994 assert(includes.len == 0);
2995 Vector_Done(&includes);