Home
last modified time | relevance | path

Searched refs:YY_DECL (Results 1 – 20 of 20) sorted by relevance

/external/libpcap/
Dscanner.h3 #ifndef YY_DECL
4 #define YY_DECL int yylex(void) macro
6 YY_DECL;
Drunlex.sh234 YY_DECL;
Dscanner.c2929 #ifndef YY_DECL
2934 #define YY_DECL int pcap_lex (void) macro
2954 YY_DECL
/external/bison/examples/calc++/
Dcalc++-driver.hh9 # define YY_DECL \ macro
15 YY_DECL;
Dcalc++-scanner.cc769 #ifndef YY_DECL
775 #define YY_DECL int yylex (void) macro
801 YY_DECL
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events-flex.h324 #ifndef YY_DECL
330 #define YY_DECL int parse_events_lex \ macro
345 #undef YY_DECL
Dpmu-flex.c661 #ifndef YY_DECL
666 #define YY_DECL int perf_pmu_lex (void) macro
686 YY_DECL
Dparse-events-flex.c1314 #ifndef YY_DECL
1320 #define YY_DECL int parse_events_lex \ macro
1341 YY_DECL
/external/bison/src/
Dscan-skel.l41 #define YY_DECL static int skel_lex (void) macro
42 YY_DECL;
Dscan-skel.c639 #define YY_DECL static int skel_lex (void) macro
640 YY_DECL;
856 #ifndef YY_DECL
862 #define YY_DECL int skel_lex (void) macro
888 YY_DECL
Dscan-code.c695 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro
696 YY_DECL;
941 #ifndef YY_DECL
947 #define YY_DECL int code_lex (void) macro
973 YY_DECL
Dscan-gram.c988 #define YY_DECL GRAM_LEX_DECL macro
1265 #ifndef YY_DECL
1271 #define YY_DECL int gram_lex (void) macro
1300 YY_DECL
Dscan-code.l44 # define YY_DECL static char *code_lex (code_props *self, int sc_context) macro
45 YY_DECL;
Dscan-gram.l45 #define YY_DECL GRAM_LEX_DECL macro
/external/elfutils/src/libcpu/
Di386_lex.c736 #ifndef YY_DECL
741 #define YY_DECL int i386_lex (void) macro
764 YY_DECL
/external/elfutils/src/src/
Dldlex.c1301 #ifndef YY_DECL
1306 #define YY_DECL int ldlex (void) macro
1329 YY_DECL
/external/toybox/kconfig/
Dlex.zconf.c_shipped925 #ifndef YY_DECL
930 #define YY_DECL int zconflex (void)
931 #endif /* !YY_DECL */
950 YY_DECL
/external/bison/doc/
Dbison.texi10068 @code{YY_DECL}, and the C++ parser expects it to be declared. We can
10074 # define YY_DECL \
10080 YY_DECL;
Dbison.info9477 signature of `yylex' to be defined in the macro `YY_DECL', and the C++
9481 # define YY_DECL \
9487 YY_DECL;
/external/bison/
DChangeLog-20125784 (YY_DECL): Use to declare skel_lex static.
7848 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
8209 (YY_DECL): Rename as...
14357 (YY_DECL): Don't use "yy" at start of local variables.