Searched refs:INCLUDE (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/cmd/vi/port/ |
H A D | port.mk.370 | 54 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 D | port.mk.c70 | 54 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 D | port.mk.70 | 67 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 D | crossref.c | 112 token != INCLUDE && token != NEWFILE) { in crossref() 371 if (type == INCLUDE) { in putposting()
|
H A D | constants.h | 96 #define INCLUDE '~' macro
|
H A D | find.c | 100 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 D | main.c | 1436 if (*cp == INCLUDE) { in copydata() 1489 case INCLUDE: /* #included file */ in copyinverted() 1524 dbputc(INCLUDE); in putinclude()
|
H A D | scanner.l | 727 return (INCLUDE);
|
/titanic_44/usr/src/lib/libpp/i386/ |
H A D | pptab.h | 25 "include", INCLUDE,
|
H A D | ppdef.h | 23 #define INCLUDE 10 macro
|
/titanic_44/usr/src/lib/libpp/sparc/ |
H A D | pptab.h | 25 "include", INCLUDE,
|
H A D | ppdef.h | 23 #define INCLUDE 10 macro
|
/titanic_44/usr/src/cmd/eqn/ |
H A D | lookup.c | 83 "include", INCLUDE,
|
H A D | lex.c | 155 else if (tp->defn == (char *)INCLUDE) in yylex()
|
H A D | e.y | 40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 327 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 D | ppop.c | 128 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()
|