Home
last modified time | relevance | path

Searched refs:yyunput (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/dports/cad/pcb/pcb-4.2.0/src/
H A Dres_lex.l24 #define yyunput ATTRIBUTE_UNUSED yyunput macro
H A Dparse_l.l68 #define yyunput ATTRIBUTE_UNUSED yyunput macro
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/pp/scanner/
H A Dscannerdeclarations.ih23 static void yyunput (int c,char *buf_ptr );
24 void (*unusedUnput)(int c,char *buf_ptr) = &yyunput;
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/comp/scanner/
H A Dscanner.ih26 static void yyunput (int c,char *buf_ptr );
27 void (*unusedUnput)(int c,char *buf_ptr) = &yyunput;
/dports/games/vultures-eye/vulture-2.3.67/nethack/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack34/nethack-3.4.3/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack34-nox11/nethack-3.4.3/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/unnethack/unnethack-5.1.0-20131208/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/vultures-eye/vulture-2.3.67/unnethack/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack33/nethack-3.3.1/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/nethack33-nox11/nethack-3.3.1/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/falconseye/falconseye-1.9.3_11/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/games/vultures-eye/vulture-2.3.67/slashem/util/
H A Ddgn_comp.l52 void FDECL(yyunput, (int));
55 int FDECL(yyunput, (int));
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/source/
H A Dcfg_yy_wrapper.c23 void (*avoid_unused_yyunput_in_cfg_yy_c)() = yyunput;
H A Dsrc_yy_wrapper.c23 void (*avoid_unused_yyunput_in_src_yy_c)() = yyunput;
H A Dxrm_yy_wrapper.c23 void (*avoid_unused_yyunput_in_xrm_yy_c)() = yyunput;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/source/
H A Dcfg_yy_wrapper.c23 void (*avoid_unused_yyunput_in_cfg_yy_c)() = yyunput;
H A Dsrc_yy_wrapper.c23 void (*avoid_unused_yyunput_in_src_yy_c)() = yyunput;
H A Dxrm_yy_wrapper.c23 void (*avoid_unused_yyunput_in_xrm_yy_c)() = yyunput;
/dports/devel/urjtag/urjtag-2021.03/include/
H A Dlex.h12 static void yyunput (int, char *, yyscan_t) ATTRIBUTE_UNUSED;
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/share/
H A Ddgn_lex.c135 #define unput(c) yyunput( c, yytext_ptr )
534 void FDECL(yyunput, (int));
537 int FDECL(yyunput, (int));
601 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1306 static void yyunput( int c, register char *yy_bp ) in yyunput() function
1308 static void yyunput( c, yy_bp ) in yyunput()
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Dlexer_v3.l406 yyunput(val, yytext);
434 yyunput(*--dst, yytext);
441 yyunput(txt[len], yytext);
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Dlexer_v3.l406 yyunput(val, yytext);
434 yyunput(*--dst, yytext);
441 yyunput(txt[len], yytext);

12345678910>>...50