Searched refs:lex_input (Results 1 – 7 of 7) sorted by relevance
59 static int lex_input(char *, int);70 #define YY_INPUT(buf,res,maxsize) (res = lex_input(buf, maxsize))128 lex_input(char *buf, int max_size) in lex_input() function
45 #ifdef lex_input46 # undef lex_input47 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \ macro
205 extern int lex_input (void);
163 lex_input(void)
415 int lex_input(void);
431 * When scanning the remainder of a long token (see lex_input), read a byte439 int c = lex_input(); in read_byte()
218 extern int lex_input (void);