Lines Matching refs:ISALNUM
1013 (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.
1022 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of
1029 (md_assemble): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1033 (accum0_required_here): Use ISALNUM instead of isalnum.
1038 (arm_parse_reloc): Use ISALNUM/ISPUNCT/TOLOWER instead of
1045 (get_gen_reg): Use ISALNUM/ISDIGIT instead of isalnum/isdigit.
1046 (get_spec_reg): Use TOLOWER/ISALNUM instead of isupper/tolower/isalnum.
1067 (i370_elf_suffix): Use ISALNUM/TOLOWER instead of
1081 (get_args): Use ISALNUM instead of isalnum.
1087 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER
1090 (md_assemble): Use TOLOWER/ISALNUM instead of tolower/isalnum.
1096 (s_reg): Use ISALNUM instead of isalnum.
1103 (get_imm16): Use ISALNUM instead of isalnum.
1112 (parse_reg): Use ISSPACE/TOLOWER/ISALNUM instead of
1138 (ppc_elf_suffix): Use ISALNUM/TOLOWER instead of
1145 (s390_elf_suffix, s390_lit_suffix): Use ISALNUM instead of isalnum.
1149 (sh_elf_suffix): Use ISALNUM/TOLOWER instead of
1151 (IDENT_CHAR): Use ISALNUM instead of isalnum.
1156 (parse_keyword_arg): Use ISALNUM instead of isalnum.
1195 (integer_constant): Use ISALNUM/TOUPPER instead of
1212 (buffer_and_nest): Use ISALNUM instead of isalnum.
1213 (get_token): Use ISALPHA/ISALNUM instead of isalpha/isalnum.
1215 (macro_expand_body): Use ISALNUM/ISDIGIT/ISUPPER/ISALPHA
1217 (check_macro): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead