Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c110 token != INCLUDE && token != NEWFILE) { in crossref()
369 if (type == INCLUDE) { in putposting()
H A Dconstants.h94 #define INCLUDE '~' macro
H A Dfind.c98 if (p->type != INCLUDE && p->lineoffset != lastline) { in findsymbol()
170 case INCLUDE: /* #include file */ in findsymbol()
706 if (p->type == INCLUDE) { in findinclude()
725 case INCLUDE: /* match function called to pattern */ in findinclude()
H A Dmain.c1434 if (*cp == INCLUDE) { in copydata()
1487 case INCLUDE: /* #included file */ in copyinverted()
1522 dbputc(INCLUDE); in putinclude()
H A Dscanner.l725 return (INCLUDE);
/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c81 "include", INCLUDE,
H A Dlex.c153 else if (tp->defn == (char *)INCLUDE) in yylex()
H A De.y40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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.c134 error(1, "%s: input file name required for %s ignore", file, dirname(INCLUDE)); in ppmapinclude()
226 error(3, "%s unexpected in %s map list", pptokstr(pp.token, 0), dirname(INCLUDE)); in ppmapinclude()
911 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.firstop->value); in ppop()
1010 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), pp.ppdefault); in ppop()
1191 sfprintf(sp, "#%s \"%s\"\n", dirname(INCLUDE), xp->value); in ppop()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk171 I| INCLUDE@ % |
H A Dregress.sh1235 function INCLUDE # file ... function
H A Dmake.probe1711 # 2005-05-25 use $(CC.INCLUDE.LOCAL) instead
2159 echo CC.INCLUDE.LOCAL = $CC_INCLUDE_LOCAL
H A DRELEASE256 05-05-25 make.probe: add CC.INCLUDE.LOCAL instead of -I- in CC.DIALECT