Searched refs:yy_input (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ldlex.l | 59 #define YY_INPUT(buf,result,max_size) result = yy_input (buf, max_size) 69 static int yy_input (char *, int); 666 yy_input (char *buf, int max_size)
|
| D | ldlex.c | 1404 #define YY_INPUT(buf,result,max_size) result = yy_input (buf, max_size) 1418 static int yy_input (char *, int); 4036 yy_input (char *buf, int max_size) in yy_input() function
|
| D | ChangeLog-2009 | 280 * ldlex.l (yy_input): Remove second argument and return the value
|
| D | ChangeLog | 219 * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
|
| D | ChangeLog-0203 | 3479 * ldlex.l (yy_input): Correct error check.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 20826 * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
|