Home | History | Annotate | Download | only in make

Lines Matching defs:includes

52  *	This product includes software developed by the University of
152 SP_INCLUDES, /* .INCLUDES; not mentioned in the manual page */
243 static Vector /* of IncludedFile */ includes;
245 SearchPath *parseIncPath; /* directories for "..." includes */
246 SearchPath *sysIncPath; /* directories for <...> includes */
265 { ".INCLUDES", SP_INCLUDES, OP_NONE },
329 assert(i < includes.len);
330 return Vector_Get(&includes, i);
337 return GetInclude(includes.len - 1);
420 n = includes.len;
545 } else if (includes.len > 0) {
599 || (gn == NULL && includes.len == 0 /* see PrintLocation */))
1294 * System includes are looked up in sysIncPath, any other includes are looked
2127 for (i = includes.len; i >= 2; i--)
2219 curFile = Vector_Push(&includes);
2383 Vector_Pop(&includes);
2385 if (includes.len == 0) {
2997 Vector_Init(&includes, sizeof(IncludedFile));
3013 assert(includes.len == 0);
3014 Vector_Done(&includes);