Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 – 25 of 48) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dlbasename.c66 if (ISALPHA (name[0]) && name[1] == ':') in dos_lbasename()
Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':') in basename()
Dstrtoul.c93 else if (ISALPHA(c)) in strtoul()
Dstrtoull.c98 else if (ISALPHA(c)) in strtoull()
Dstrtol.c143 else if (ISALPHA(c)) in strtol()
Dstrtoll.c151 else if (ISALPHA(c)) in strtoll()
/toolchain/binutils/binutils-2.25/opcodes/
Dxstormy16-asm.c339 if (ISALPHA (c)) in xstormy16_cgen_build_insn_regex()
373 if (ISALPHA (c)) in xstormy16_cgen_build_insn_regex()
Dlm32-asm.c412 if (ISALPHA (c)) in lm32_cgen_build_insn_regex()
446 if (ISALPHA (c)) in lm32_cgen_build_insn_regex()
Dm32r-asm.c391 if (ISALPHA (c)) in m32r_cgen_build_insn_regex()
425 if (ISALPHA (c)) in m32r_cgen_build_insn_regex()
Dfr30-asm.c373 if (ISALPHA (c)) in fr30_cgen_build_insn_regex()
407 if (ISALPHA (c)) in fr30_cgen_build_insn_regex()
Dip2k-asm.c574 if (ISALPHA (c)) in ip2k_cgen_build_insn_regex()
608 if (ISALPHA (c)) in ip2k_cgen_build_insn_regex()
Dxc16x-asm.c439 if (ISALPHA (c)) in xc16x_cgen_build_insn_regex()
473 if (ISALPHA (c)) in xc16x_cgen_build_insn_regex()
Diq2000-asm.c522 if (ISALPHA (c)) in iq2000_cgen_build_insn_regex()
556 if (ISALPHA (c)) in iq2000_cgen_build_insn_regex()
Dor1k-asm.c566 if (ISALPHA (c)) in or1k_cgen_build_insn_regex()
600 if (ISALPHA (c)) in or1k_cgen_build_insn_regex()
Depiphany-asm.c518 if (ISALPHA (c)) in epiphany_cgen_build_insn_regex()
552 if (ISALPHA (c)) in epiphany_cgen_build_insn_regex()
Dmt-asm.c658 if (ISALPHA (c)) in mt_cgen_build_insn_regex()
692 if (ISALPHA (c)) in mt_cgen_build_insn_regex()
Dcgen-asm.in90 if (ISALPHA (c))
124 if (ISALPHA (c))
Dcgen-opc.c66 || (ISALPHA (*p) && (TOLOWER (*p) == TOLOWER (*n))))) in cgen_keyword_lookup_name()
Dfrv-asm.c1326 if (ISALPHA (c)) in frv_cgen_build_insn_regex()
1360 if (ISALPHA (c)) in frv_cgen_build_insn_regex()
Dmep-asm.c1349 if (ISALPHA (c)) in mep_cgen_build_insn_regex()
1383 if (ISALPHA (c)) in mep_cgen_build_insn_regex()
/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i370.c257 if (name[0] == '%' && ISALPHA (name[1])) in register_name()
268 if (!ISALPHA (name[0])) in register_name()
1407 else if (ISALPHA (*lab)) in i370_addr_offset()
1472 if (name[0] == '=' && ISALPHA (name[1])) in i370_addr_cons()
Dtc-z80.c357 if (len && (!ISALPHA(rest[len]) ) ) in z80_start_line_hook()
644 if (!ISALPHA (s[i])) /* Condition codes consist of letters only. */ in parse_cc()
1921 for (i = 0; (i < BUFLEN) && (ISALPHA (*p));) in md_assemble()
Drl78-parse.y1411 if (ISALPHA (*rl78_lex_start) in rl78_lex()
1412 || (*rl78_lex_start == '.' && ISALPHA (rl78_lex_start[1]))) in rl78_lex()
/toolchain/binutils/binutils-2.25/ld/
Ddeffilep.y1361 if (ISALPHA (c) || strchr ("$:-_?@", c)) in def_lex()
1389 if (ISALPHA (q)) /* Check for tokens. */ in def_lex()

12