Searched refs:is_digit_char (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.c79 #define is_digit_char(x) (digit_chars[(unsigned char) x]) macro
1203 if (!is_digit_char (*token_posn))
1271 if (is_digit_char (*(token + count + 1)))
1284 if (!is_digit_char (*(token + count)))
1354 if (!is_digit_char (*token) || *(token + 1) == 'x' || strchr (token, 'h'))
H A Dtc-i386.c242 #define is_digit_char(x) (digit_chars[(unsigned char) x]) macro
4103 if (!is_digit_char (*op_string)
4146 else if (is_digit_char (*op_string)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.c76 #define is_digit_char(x) (digit_chars [(unsigned char) x]) macro
417 if (!is_digit_char (*token_posn))
500 if (is_digit_char (*(token + count + 1)))
513 if (!is_digit_char (*(token + count)))
588 if (!is_digit_char (*token)
H A Dtc-maxq.c615 #define is_digit_char(x) (identifier_chars[(unsigned char)(x)]) macro
1794 else if (is_digit_char (*op_string) || is_identifier_char (*op_string))
1825 else if (is_digit_char (*op_string) || is_identifier_char (*op_string))
H A Dtc-i386.c253 #define is_digit_char(x) (digit_chars[(unsigned char) x]) macro
4529 if (!is_digit_char (*op_string)
4572 else if (is_digit_char (*op_string)

Completed in 106 milliseconds