Searched refs:my_input (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dlexer.l24 #define PROIO_input my_input
41 static int my_input(void);
47 { int c = my_input(); result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); } \
125 # define input() my_input()
171 static int my_input( void )
H A Dcwlex_yy.c187 #define PROIO_input my_input
206 static int my_input(void);
213 { int c = my_input(); result = (c == 0) ? YY_NULL : ((buf)[0]=(c), 1); } \
1150 # define input() my_input()
1195 static int my_input( void ) function
H A Ddoslex.c250 #define PROIO_input my_input
268 static int my_input(void);
278 int c = my_input(); \
1257 # define input() my_input()
1305 static int my_input( void ) function

Completed in 101 milliseconds