Searched refs:ISALNUM (Results 1 – 25 of 53) sorted by relevance
123
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
263 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
753 while (ISALNUM (c) || c == '_') in yylex()
219 && (ISALNUM (*p) in cgen_parse_keyword()
72 while (ISALNUM (*++s)) in parse_mem8()
126 if (! ISALNUM (ke->name[i]) in cgen_keyword_add()
140 if (! ISALNUM (*p)) in mangle_name()
264 if (! ISALNUM (*p)) in mangle_name()
1123 if (!strncmp (p, ext_oper->operand.name, l) && !ISALNUM (*(p + l))) in md_operand()1135 if (!strncmp (p, arc_reg_names[i].name, l) && !ISALNUM (*(p + l))) in md_operand()1567 for (t = s; *t && ISALNUM (*t); ++t) in md_assemble()
2376 && ! 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()
1412 && (! ISALNUM (p[1]) in get_args()1413 || ! ISALNUM (p[-1]))) in get_args()
1777 while (ISALNUM (*paramP)) in preprocess_reglist()1843 while (!ISALNUM (*paramP) && *paramP != '}') in preprocess_reglist()
1024 if (! ISALNUM (* name_end)) in rx_equ()1059 if (!ISALNUM (* pseudo_op)) in scan_for_infix_rx_pseudo_ops()1062 for (p = pseudo_op + 1; ISALNUM (* p); p++) in scan_for_infix_rx_pseudo_ops()
960 && (s[-1] == ')' || ISALNUM (s[-1]))) in yylex()
677 for (; ISALNUM (*s); ++s) in machine_ip()
780 while (ISALNUM (*str)) in s390_elf_suffix()924 while (ISALNUM (*str)) in s390_lit_suffix()
644 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@') in get_imm()
1419 e < rl78_lex_end && ISALNUM (*e); in rl78_lex()
514 && ! ISALNUM (s[2])) in parse_reg()
611 && (ISALNUM (ch) || ch == '@')); in i370_elf_suffix()
156 if (!ISALNUM(*p)) in sized_convert()
70 while (ISALNUM (*++s))
1003 (yylex): Use ISDIGIT/ISALNUM instead of isdigit/isalnum.1012 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of1019 (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 of1035 (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 of1071 (get_args): Use ISALNUM instead of isalnum.1077 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER[all …]
858 else if (macro_mri && src < in->len && ISALNUM (in->ptr[src])) in macro_expand_body()
1382 while (c != EOF && (ISALNUM (c) || strchr ("$:-_?/@<>", c))) in def_lex()