Home
last modified time | relevance | path

Searched refs:yyless (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0002-Remove-redundant-YYLOC-global-declaration.patch25 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch25 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
/OK3568_Linux_fs/buildroot/board/sheevaplug/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch25 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/linux/
H A D0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch49 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c188 #define yyless(n) \ macro
1927 #undef yyless
1928 #define yyless(n) \ macro
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch36 The same pattern exists in yyless(), and similar problems exist in users
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped194 #define yyless(n) \
2159 /* Redefine yyless() so it works in section 3 code. */
2161 #undef yyless
2162 #define yyless(n) \
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c169 #define yyless(n) \ macro
1739 #undef yyless
1740 #define yyless(n) \ macro
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped170 #define yyless(n) \
636 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
2024 /* Redefine yyless() so it works in section 3 code. */
2026 #undef yyless
2027 #define yyless(n) \
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l286 yyless(0);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped164 * access to the local variable yy_act. Since yyless() is a macro, it would break
165 * existing scanners that call yyless() from OUTSIDE yylex.
186 #define yyless(n) \
2180 /* Redefine yyless() so it works in section 3 code. */
2182 #undef yyless
2183 #define yyless(n) \
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l132 yyless(0); \
/OK3568_Linux_fs/external/xserver/
H A Dconfigure21358 d { yyless (1); }
21359 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
21360 yyless ((input () != 0)); }