Searched defs:INCLUDE (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh123 [+INCLUDE \b\afile\a ...?One or more \afile\a operands are read
1235 function INCLUDE # file ... function
/ast/src/cmd/nmake/
H A DMakerules.mk54 set option=';prefix-include;b;-;Override the C preprocessor prefix include option. \b--noprefix-include\b may be needed for some compilers that misbehave when \b$$(CC.INCLUDE.LOCAL)\b is set and \b#include "..."\b assumes the subdirectory of the including file. The default value is based on the \bprobe\b(1) information.'
61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.'
1272 T := $(*.SOURCE.%.STD.INCLUDE:N=*/($(.PACKAGE.build:A!=.TARGET:/ /|/G)):T=FD:U!)
1322 if ( X = "$(X:A!=.LCL.INCLUDE|.STD.INCLUDE)" )
4299 if ! "$(CC.INCLUDE.LOCAL)" && "$(CC.DIALECT:N=-I-)" /* pre 2005-05-25 courtesy */
4300 CC.INCLUDE.LOCAL = -I-
4303 CC.SEPARATEINCLUDE := $(CC.INCLUDE.LOCAL)
4346 if ! "$(-?prefix-include)" && "$(CCFLAGS:N=$(CC.INCLUDE
[all...]

Completed in 45 milliseconds