HomeSort by: relevance | last modified time | path
    Searched defs:includes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
err.c 17 * This product includes software developed by Jochen Pohl for
453 } *includes; variable in typeref:struct:include_level
480 top = includes;
488 top->by = includes;
489 includes = top;
492 includes = top->by;
494 top = includes;
508 if ((top = includes) == NULL)
  /src/usr.bin/make/
parse.c 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; variable
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
    [all...]

Completed in 18 milliseconds