HomeSort by: relevance | last modified time | path
    Searched defs:ifdef (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/diffutils/bin/diff/
Makefile 9 SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
15 COPTS.ifdef.c = -Wno-stack-protector
  /src/external/bsd/libpcap/dist/msdos/
pkt_rx0.asm 4 ifdef ??version ; using TASM label
19 ifdef DOSX label
133 ifdef DOSX label
145 ifdef DEBUG label
  /src/usr.bin/indent/
indent.c 88 } ifdef; variable in typeref:struct:__anon8261
112 #ifdef debug
539 if (ifdef.len >= ifdef.cap) {
540 ifdef.cap += 5;
541 ifdef.item = nonnull(realloc(ifdef.item,
542 sizeof(ifdef.item[0]) * ifdef.cap));
544 parser_state_back_up(ifdef.item + ifdef.len++)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
token.c 66 #ifdef HAVE_UNISTD_H
694 #ifdef PCC_DEBUG
750 int c, d, ifdef; local
752 Cflag = ifdef = 0;
776 ifdef = 1;
777 } else if (ifdef) {
779 ifdef = 0;
1007 #ifdef PCC_DEBUG
1154 error("bad #ifdef");
1332 { "ifdef", ifdefstmt, DIR_FLSINC }
    [all...]
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 136 CASES+= variable-ifdef-negated
137 LINES.variable-ifdef-negated= \
138 '.ifdef !VARIABLE_IFDEF_NEGATED' \
141 # expect: Parse_PushInput: variable-ifdef-negated.tmp:1
142 # expect: Parse_PushInput: variable-ifdef-negated.tmp:1
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 114 [<overload-id>, <abi-name>, <builtin-name>[[, <ifdef>]] ]
121 <ifdef> is an optional token used to guard the #define with an #ifdef
444 char *ifdef; member in struct:ovld_stanza
1349 #ifdef DEBUG
1474 #ifdef DEBUG
1735 #ifdef DEBUG
1757 #ifdef DEBUG
1850 #ifdef DEBUG
1883 #ifdef DEBU
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 114 [<overload-id>, <abi-name>, <builtin-name>[[, <ifdef>]] ]
121 <ifdef> is an optional token used to guard the #define with an #ifdef
444 char *ifdef; member in struct:ovld_stanza
1349 #ifdef DEBUG
1474 #ifdef DEBUG
1735 #ifdef DEBUG
1757 #ifdef DEBUG
1850 #ifdef DEBUG
1883 #ifdef DEBU
    [all...]

Completed in 48 milliseconds