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

/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drclex.c661 rclex_peekch (void) function
682 while ((c = rclex_peekch ()) != -1)
689 if ((c = rclex_peekch ()) == -1 || c == '\n')
699 c = rclex_peekch ();
707 if (rclex_peekch () == '"')
726 switch (rclex_peekch ())
741 while ((ch = rclex_peekch ()) != -1)
795 while ((ch = rclex_peekch ()) != -1 && ch != '\n')
813 switch (rclex_peekch ())
837 if (rclex_peekch ()
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drclex.c661 rclex_peekch (void) function
682 while ((c = rclex_peekch ()) != -1)
689 if ((c = rclex_peekch ()) == -1 || c == '\n')
699 c = rclex_peekch ();
707 if (rclex_peekch () == '"')
726 switch (rclex_peekch ())
741 while ((ch = rclex_peekch ()) != -1)
795 while ((ch = rclex_peekch ()) != -1 && ch != '\n')
813 switch (rclex_peekch ())
837 if (rclex_peekch ()
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drclex.c661 rclex_peekch (void) function
682 while ((c = rclex_peekch ()) != -1)
689 if ((c = rclex_peekch ()) == -1 || c == '\n')
699 c = rclex_peekch ();
707 if (rclex_peekch () == '"')
726 switch (rclex_peekch ())
741 while ((ch = rclex_peekch ()) != -1)
795 while ((ch = rclex_peekch ()) != -1 && ch != '\n')
813 switch (rclex_peekch ())
837 if (rclex_peekch ()
[all...]

Completed in 179 milliseconds