Home
last modified time | relevance | path

Searched refs:INCLUDE (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/cmd/vi/port/
H A Dport.mk.37054 CFLAGS= -I${INCLUDE} -DTABS=8 -DSINGLE ${OPTIONS} ${DEB}
59 INCLUDE=include
194 @${PR} -h errno.h ${INCLUDE}/errno.h
195 @${PR} -h setjmp.h ${INCLUDE}/setjmp.h
196 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
197 @${PR} -h signal.h ${INCLUDE}/signal.h
198 @${PR} -h sys/stat.h ${INCLUDE}/sys/stat.h
199 @${PR} -h sys/types.h ${INCLUDE}/sys/types.h
H A Dport.mk.c7054 CFLAGS= -DTABS=8 -DSINGLE -I${INCLUDE} ${OPTIONS} ${DEB}
59 INCLUDE=/usr/include
205 @${PR} -h errno.h ${INCLUDE}/errno.h
206 @${PR} -h setjmp.h ${INCLUDE}/setjmp.h
207 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
208 @${PR} -h signal.h ${INCLUDE}/signal.h
209 @${PR} -h sys/stat.h ${INCLUDE}/sys/stat.h
210 @${PR} -h sys/types.h ${INCLUDE}/sys/types.h
H A Dport.mk.7067 INCLUDE=/usr/include
202 @${PR} -h errno.h ${INCLUDE}/errno.h
203 @${PR} -h setjmp.h ${INCLUDE}/setjmp.h
204 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
205 @${PR} -h signal.h ${INCLUDE}/signal.h
206 @${PR} -h sys/stat.h ${INCLUDE}/sys/stat.h
207 @${PR} -h sys/types.h ${INCLUDE}/sys/types.h
/titanic_44/usr/src/tools/cscope-fast/
H A Dcrossref.c112 token != INCLUDE && token != NEWFILE) { in crossref()
371 if (type == INCLUDE) { in putposting()
H A Dconstants.h96 #define INCLUDE '~' macro
H A Dfind.c100 if (p->type != INCLUDE && p->lineoffset != lastline) { in findsymbol()
172 case INCLUDE: /* #include file */ in findsymbol()
708 if (p->type == INCLUDE) { in findinclude()
727 case INCLUDE: /* match function called to pattern */ in findinclude()
H A Dmain.c1436 if (*cp == INCLUDE) { in copydata()
1489 case INCLUDE: /* #included file */ in copyinverted()
1524 dbputc(INCLUDE); in putinclude()
H A Dscanner.l727 return (INCLUDE);
/titanic_44/usr/src/lib/libpp/i386/
H A Dpptab.h25 "include", INCLUDE,
H A Dppdef.h23 #define INCLUDE 10 macro
/titanic_44/usr/src/lib/libpp/sparc/
H A Dpptab.h25 "include", INCLUDE,
H A Dppdef.h23 #define INCLUDE 10 macro
/titanic_44/usr/src/cmd/eqn/
H A Dlookup.c83 "include", INCLUDE,
H A Dlex.c155 else if (tp->defn == (char *)INCLUDE) in yylex()
H A De.y40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
/titanic_44/usr/src/lib/libpp/common/
H A Dppcontrol.c327 directive = INCLUDE; in ppcontrol()
443 case INCLUDE: in ppcontrol()
466 error(2, "#%s: null file name", dirname(INCLUDE)); in ppcontrol()
470 error(1, "#%s: reference to %s is not portable", dirname(INCLUDE), pp.token); in ppcontrol()
494 error(2, "#%s: \"...\" or <...> argument expected", dirname(INCLUDE)); in ppcontrol()
982 case INCLUDE: in ppcontrol()
1454 directive = INCLUDE; in ppcontrol()
2242 case INCLUDE: in ppcontrol()
H A Dppop.c128 error(1, "%s: input file name required for %s ignore", file, dirname(INCLUDE)); in ppmapinclude()
220 error(3, "%s unexpected in %s map list", pptokstr(pp.token, 0), dirname(INCLUDE)); in ppmapinclude()
875 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.firstop->value); in ppop()
974 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.ppdefault); in ppop()
1155 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), xp->value); in ppop()