HomeSort by: relevance | last modified time | path
    Searched refs:INCL (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
gsp_code.h 33 #define INCL 2
gsp_pseu.c 105 case INCL:
gsp_inst.c 118 {".INCLUDE", INCL, PSEUDO, {0, 0, 0, 0}},
  /src/sys/arch/sun68k/stand/libsa/
Makefile 15 INCL= -I. -I${.CURDIR} -I${S}/lib/libsa -I${S} -I${S}/arch
23 CPPFLAGS= ${DEFS} ${DEBUG} ${INCL}
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 121 %token INC DEC INCL EXCL
280 exp : INCL '(' exp ',' exp ')'
722 {"INCL", INCL },
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 121 %token INC DEC INCL EXCL
280 exp : INCL '(' exp ',' exp ')'
722 {"INCL", INCL },
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 67 conditional; IF_COND an opening conditional. INCL means to treat
78 #define INCL (1 << 2)
148 D(include, T_INCLUDE, KANDR, INCL | EXPAND) \
162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \
164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \
517 pfile->state.angled_headers = dir->flags & INCL;
518 pfile->state.directive_wants_padding = dir->flags & INCL;
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 67 conditional; IF_COND an opening conditional. INCL means to treat
78 #define INCL (1 << 2)
148 D(include, T_INCLUDE, KANDR, INCL | EXPAND) \
162 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) \
164 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* ObjC */ \
502 pfile->state.angled_headers = dir->flags & INCL;
503 pfile->state.directive_wants_padding = dir->flags & INCL;

Completed in 21 milliseconds