Home
last modified time | relevance | path

Searched refs:yy_input (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlex.l59 #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)
Dldlex.c1404 #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
DChangeLog-2009280 * ldlex.l (yy_input): Remove second argument and return the value
DChangeLog219 * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
DChangeLog-02033479 * ldlex.l (yy_input): Correct error check.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git20826 * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.