Searched refs:yydebug (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c603 int yydebug; /* nonzero means print parse trace */ variable
747 if (yydebug)
850 if (yydebug)
859 if (yydebug)
884 if (yydebug)
898 if (yydebug)
907 if (yydebug)
949 if (yydebug)
982 if (yydebug)
1676 if (yydebug)
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c11 #define yydebug __gettextdebug macro
554 if (yydebug) \
559 int yydebug; variable
916 if (yydebug)
1015 if (yydebug)
1119 if (yydebug)
1264 if (yydebug)
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c820 if (yydebug) \
826 if (yydebug) \
921 if (yydebug) \
959 if (yydebug) \
965 int yydebug; variable
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c958 if (yydebug) \
964 if (yydebug) \
1059 if (yydebug) \
1097 if (yydebug) \
1103 int yydebug; variable
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c183 #define yydebug m2_debug macro
219 #define YYDEBUG 1 /* Default to yydebug support */
933 if (yydebug) \
939 if (yydebug) \
945 if (yydebug) \
977 if (yydebug) \
1007 if (yydebug) \
1013 int yydebug; variable
H A Dada-exp.c185 #define yydebug ada_debug macro
212 #define YYDEBUG 1 /* Default to yydebug support */
1000 if (yydebug) \
1006 if (yydebug) \
1012 if (yydebug) \
1044 if (yydebug) \
1074 if (yydebug) \
1080 int yydebug; variable
H A Df-exp.c164 #define yydebug f_debug macro
200 #define YYDEBUG 1 /* Default to yydebug support */
812 if (yydebug) \
818 if (yydebug) \
824 if (yydebug) \
856 if (yydebug) \
886 if (yydebug) \
892 int yydebug; variable
H A Djv-exp.c152 #define yydebug java_debug macro
188 #define YYDEBUG 1 /* Default to yydebug support */
863 if (yydebug) \
869 if (yydebug) \
875 if (yydebug) \
907 if (yydebug) \
937 if (yydebug) \
943 int yydebug; variable
H A Dc-exp.c176 #define yydebug c_debug macro
212 #define YYDEBUG 1 /* Default to yydebug support */
992 if (yydebug) \
998 if (yydebug) \
1004 if (yydebug) \
1036 if (yydebug) \
1066 if (yydebug) \
1072 int yydebug; variable
H A Dobjc-exp.c180 #define yydebug objc_debug macro
216 #define YYDEBUG 0 /* Default to no yydebug support. */
976 if (yydebug) \
982 if (yydebug) \
988 if (yydebug) \
1020 if (yydebug) \
1050 if (yydebug) \
1056 int yydebug; variable
H A Dp-exp.c160 #define yydebug pascal_debug macro
196 #define YYDEBUG 1 /* Default to yydebug support */
786 if (yydebug) \
792 if (yydebug) \
798 if (yydebug) \
830 if (yydebug) \
860 if (yydebug) \
866 int yydebug; variable
H A Dada-exp.y71 #define yydebug ada_debug
98 #define YYDEBUG 1 /* Default to yydebug support */
H A Df-exp.y72 #define yydebug f_debug
108 #define YYDEBUG 1 /* Default to yydebug support */
H A Dm2-exp.y68 #define yydebug m2_debug
104 #define YYDEBUG 1 /* Default to yydebug support */
H A Djv-exp.y66 #define yydebug java_debug
102 #define YYDEBUG 1 /* Default to yydebug support */
H A Dobjc-exp.y71 #define yydebug objc_debug
107 #define YYDEBUG 0 /* Default to no yydebug support. */
H A Dp-exp.y74 #define yydebug pascal_debug
110 #define YYDEBUG 1 /* Default to yydebug support */
H A Dc-exp.y69 #define yydebug c_debug
105 #define YYDEBUG 1 /* Default to yydebug support */
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c55 #define yydebug __gettextdebug macro
658 if (yydebug) \
664 if (yydebug) \
696 if (yydebug) \
726 if (yydebug) \
732 int yydebug; variable
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c988 if (yydebug) \
994 if (yydebug) \
1092 if (yydebug) \
1133 if (yydebug) \
1139 int yydebug; variable
/haiku-fatelf/src/bin/gawk/
H A Dmain.c103 extern int yydebug;
403 yydebug = 2;
H A Dawkgram.c1042 if (yydebug) \
1048 if (yydebug) \
1054 if (yydebug) \
1086 if (yydebug) \
1116 if (yydebug) \
1122 int yydebug; variable
/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump.c776 extern int yydebug;
777 yydebug = 1;
H A Dconfigure11031 # OK, what about "yydebug"?
11033 echo "$as_me:$LINENO: checking whether yydebug is defined by libpcap" >&5
11034 echo $ECHO_N "checking whether yydebug is defined by libpcap... $ECHO_C" >&6
11046 extern int yydebug;
11048 return yydebug;
/haiku-fatelf/src/bin/bash/
H A Dparse.y220 extern int yydebug;
1175 yydebug = i;
3592 /*yydebug = 1;*/

Completed in 399 milliseconds