Searched refs:INCLUDE (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 110 token != INCLUDE && token != NEWFILE) { in crossref() 369 if (type == INCLUDE) { in putposting()
|
H A D | find.c | 98 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 D | constants.h | 94 #define INCLUDE '~' macro
|
H A D | main.c | 1434 if (*cp == INCLUDE) { in copydata() 1487 case INCLUDE: /* #included file */ in copyinverted() 1522 dbputc(INCLUDE); in putinclude()
|
H A D | scanner.l | 725 return (INCLUDE);
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lookup.c | 81 "include", INCLUDE,
|
H A D | lex.c | 153 else if (tp->defn == (char *)INCLUDE) in yylex()
|
H A D | e.y | 40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
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 | 134 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 D | TEST.mk | 171 I| INCLUDE@ % |
|
H A D | regress.sh | 1235 function INCLUDE # file ... function
|
H A D | make.probe | 1711 # 2005-05-25 use $(CC.INCLUDE.LOCAL) instead 2159 echo CC.INCLUDE.LOCAL = $CC_INCLUDE_LOCAL
|
H A D | RELEASE | 256 05-05-25 make.probe: add CC.INCLUDE.LOCAL instead of -I- in CC.DIALECT
|