Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dread.h106 extern unsigned int next_char_of_string (void);
H A Dread.c5023 while (is_a_char (c = next_char_of_string ())) in stringer()
5081 next_char_of_string (void) in next_char_of_string() function
5294 while (is_a_char (c = next_char_of_string ())) in demand_copy_string()
H A DChangeLog-92952249 * read.c (next_char_of_string): Likewise.
7092 * read.c (next_char_of_string): Likewise.
8915 * read.c (next_char_of_string): Limit octal character constants to
9005 * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
9481 offsetT. Add prototype for next_char_of_string. Various
9483 * read.c: Remove prototype for next_char_of_string.
H A DChangeLog-96974851 * read.c (next_char_of_string): Warn if a newline is seen in the
H A DChangeLog-00011227 (next_char_of_string): Use ISDIGIT/ISXDIGIT instead of
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c1436 while (is_a_char (c = next_char_of_string ())) in obj_elf_version()