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

/freebsd-11-stable/contrib/binutils/gas/
H A Dread.h49 #ifndef is_a_char
52 #define is_a_char(c) (((unsigned) (c)) <= CHAR_MASK) macro
53 #endif /* is_a_char() */
H A Dread.c5034 while (is_a_char (c = next_char_of_string ()))
5309 while (is_a_char (c = next_char_of_string ()))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1436 while (is_a_char (c = next_char_of_string ()))

Completed in 85 milliseconds