Home
last modified time | relevance | path

Searched refs:ISALNUM (Results 1 – 25 of 53) sorted by relevance

123

/toolchain/binutils/binutils-2.27/binutils/
Dcxxfilt.c264 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
Dnlmheader.y753 while (ISALNUM (c) || c == '_') in yylex()
/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-visium.c911 while ((ISALNUM (*s)) && cnt < 10) in parse_gen_reg()
948 while ((ISALNUM (*s)) && cnt < 10) in parse_fp_reg()
985 while ((ISALNUM (*s)) && cnt < 10) in parse_cc()
1064 while ((ISALNUM (*str) || *str == '.' || *str == '_') && cnt < 10) in md_assemble()
Dtc-cris.c2376 && ! ISALNUM ((*cPP)[1]) in get_gen_reg()
2403 || ISALNUM ((*cPP)[3]) in get_gen_reg()
2421 if (! ISALNUM (**cPP)) in get_gen_reg()
2510 if (*s2 == 0 && ! ISALNUM (*s1) in get_spec_reg()
2568 if (*s2 == 0 && ! ISALNUM (*s1)) in get_sup_reg()
Dtc-crx.c1777 while (ISALNUM (*paramP)) in preprocess_reglist()
1843 while (!ISALNUM (*paramP) && *paramP != '}') in preprocess_reglist()
Dtc-i960.c1412 && (! ISALNUM (p[1]) in get_args()
1413 || ! ISALNUM (p[-1]))) in get_args()
Dtc-rx.c1052 if (! ISALNUM (* name_end)) in rx_equ()
1087 if (!ISALNUM (* pseudo_op)) in scan_for_infix_rx_pseudo_ops()
1090 for (p = pseudo_op + 1; ISALNUM (* p); p++) in scan_for_infix_rx_pseudo_ops()
Dtc-dlx.c677 for (; ISALNUM (*s); ++s) in machine_ip()
Dm68k-parse.y960 && (s[-1] == ')' || ISALNUM (s[-1]))) in yylex()
Dtc-spu.c644 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@') in get_imm()
Dtc-s390.c820 while (ISALNUM (*str)) in s390_elf_suffix()
964 while (ISALNUM (*str)) in s390_lit_suffix()
Dtc-mcore.c514 && ! ISALNUM (s[2])) in parse_reg()
Drl78-parse.y1423 e < rl78_lex_end && ISALNUM (*e); in rl78_lex()
/toolchain/binutils/binutils-2.27/opcodes/
Dcgen-asm.c219 && (ISALNUM (*p) in cgen_parse_keyword()
Dxstormy16-asm.c72 while (ISALNUM (*++s)) in parse_mem8()
Dcgen-opc.c126 if (! ISALNUM (ke->name[i]) in cgen_keyword_add()
/toolchain/binutils/binutils-2.27/bfd/
Dbinary.c140 if (! ISALNUM (*p)) in mangle_name()
Dppcboot.c264 if (! ISALNUM (*p)) in mangle_name()
/toolchain/binutils/binutils-2.27/gold/
Dbinary.cc162 if (!ISALNUM(*p)) in sized_convert()
/toolchain/binutils/binutils-2.27/cpu/
Dxstormy16.opc70 while (ISALNUM (*++s))
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00011003 (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.
1012 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of
1019 (md_assemble): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1023 (accum0_required_here): Use ISALNUM instead of isalnum.
1028 (arm_parse_reloc): Use ISALNUM/ISPUNCT/TOLOWER instead of
1035 (get_gen_reg): Use ISALNUM/ISDIGIT instead of isalnum/isdigit.
1036 (get_spec_reg): Use TOLOWER/ISALNUM instead of isupper/tolower/isalnum.
1057 (i370_elf_suffix): Use ISALNUM/TOLOWER instead of
1071 (get_args): Use ISALNUM instead of isalnum.
1077 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER
[all …]
Dmacro.c858 else if (macro_mri && src < in->len && ISALNUM (in->ptr[src])) in macro_expand_body()
/toolchain/binutils/binutils-2.27/ld/
Ddeffilep.y1382 while (c != EOF && (ISALNUM (c) || strchr ("$:-_?/@<>", c))) in def_lex()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dspuelf.em507 if (!(ISALNUM (*p) || *p == '$' || *p == '.'))

123