Searched refs:ISALPHA (Results 1 – 25 of 48) sorted by relevance
12
66 if (ISALPHA (name[0]) && name[1] == ':') in dos_lbasename()
49 if (ISALPHA (name[0]) && name[1] == ':') in basename()
93 else if (ISALPHA(c)) in strtoul()
98 else if (ISALPHA(c)) in strtoull()
143 else if (ISALPHA(c)) in strtol()
151 else if (ISALPHA(c)) in strtoll()
339 if (ISALPHA (c)) in xstormy16_cgen_build_insn_regex()373 if (ISALPHA (c)) in xstormy16_cgen_build_insn_regex()
412 if (ISALPHA (c)) in lm32_cgen_build_insn_regex()446 if (ISALPHA (c)) in lm32_cgen_build_insn_regex()
391 if (ISALPHA (c)) in m32r_cgen_build_insn_regex()425 if (ISALPHA (c)) in m32r_cgen_build_insn_regex()
373 if (ISALPHA (c)) in fr30_cgen_build_insn_regex()407 if (ISALPHA (c)) in fr30_cgen_build_insn_regex()
574 if (ISALPHA (c)) in ip2k_cgen_build_insn_regex()608 if (ISALPHA (c)) in ip2k_cgen_build_insn_regex()
439 if (ISALPHA (c)) in xc16x_cgen_build_insn_regex()473 if (ISALPHA (c)) in xc16x_cgen_build_insn_regex()
522 if (ISALPHA (c)) in iq2000_cgen_build_insn_regex()556 if (ISALPHA (c)) in iq2000_cgen_build_insn_regex()
566 if (ISALPHA (c)) in or1k_cgen_build_insn_regex()600 if (ISALPHA (c)) in or1k_cgen_build_insn_regex()
518 if (ISALPHA (c)) in epiphany_cgen_build_insn_regex()552 if (ISALPHA (c)) in epiphany_cgen_build_insn_regex()
658 if (ISALPHA (c)) in mt_cgen_build_insn_regex()692 if (ISALPHA (c)) in mt_cgen_build_insn_regex()
90 if (ISALPHA (c))124 if (ISALPHA (c))
66 || (ISALPHA (*p) && (TOLOWER (*p) == TOLOWER (*n))))) in cgen_keyword_lookup_name()
1326 if (ISALPHA (c)) in frv_cgen_build_insn_regex()1360 if (ISALPHA (c)) in frv_cgen_build_insn_regex()
1349 if (ISALPHA (c)) in mep_cgen_build_insn_regex()1383 if (ISALPHA (c)) in mep_cgen_build_insn_regex()
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
257 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()
357 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()
1411 if (ISALPHA (*rl78_lex_start) in rl78_lex()1412 || (*rl78_lex_start == '.' && ISALPHA (rl78_lex_start[1]))) in rl78_lex()
1361 if (ISALPHA (c) || strchr ("$:-_?@", c)) in def_lex()1389 if (ISALPHA (q)) /* Check for tokens. */ in def_lex()