Searched refs:next_char_of_string (Results 1 – 6 of 6) sorted by relevance
106 extern unsigned int next_char_of_string (void);
5023 while (is_a_char (c = next_char_of_string ())) in stringer()5081 next_char_of_string (void) in next_char_of_string() function5294 while (is_a_char (c = next_char_of_string ())) in demand_copy_string()
2249 * 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 to9005 * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are9481 offsetT. Add prototype for next_char_of_string. Various9483 * read.c: Remove prototype for next_char_of_string.
4851 * read.c (next_char_of_string): Warn if a newline is seen in the
1227 (next_char_of_string): Use ISDIGIT/ISXDIGIT instead of
1436 while (is_a_char (c = next_char_of_string ())) in obj_elf_version()