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

/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drclex.c114 static int rclex_lastch = -1; variable
642 if ((r = rclex_lastch) != -1)
643 rclex_lastch = -1;
665 if ((r = rclex_lastch) == -1)
669 rclex_lastch = r;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drclex.c114 static int rclex_lastch = -1; variable
642 if ((r = rclex_lastch) != -1)
643 rclex_lastch = -1;
665 if ((r = rclex_lastch) == -1)
669 rclex_lastch = r;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drclex.c114 static int rclex_lastch = -1; variable
642 if ((r = rclex_lastch) != -1)
643 rclex_lastch = -1;
665 if ((r = rclex_lastch) == -1)
669 rclex_lastch = r;

Completed in 196 milliseconds