Home
last modified time | relevance | path

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

123

/NextBSD/contrib/libreadline/
HDchardefs.h91 #define ISALNUM(c) (IN_CTYPE_DOMAIN (c) && isalnum (c)) macro
104 #define ALPHABETIC(c) (NON_NEGATIVE(c) && ISALNUM(c))
116 # define _rl_isident(c) (ISALNUM(c) || (c) == '_')
HDnls.c171 if (ISALNUM ((unsigned char)codeset[i]))
/NextBSD/contrib/gcc/config/i386/
HDcygwin2.c50 while (ISALNUM (*p)) in add_mingw()
/NextBSD/contrib/gcc/
HDgenpreds.c103 if (!ISALNUM (*p) && *p != '_') in process_define_predicate()
234 if (q != p && (ISALNUM (q[-1]) || q[-1] == '_')) in needs_variable()
237 if (ISALNUM (q[0] || q[0] == '_')) in needs_variable()
773 if (!ISALNUM (*p)) in add_constraint()
HDgen-protos.c100 if (!ISALNUM ((unsigned char)*ptr)) in parse_fn_proto()
HDgengtype-lex.l252 for (macro_len = ptr - macro; !(ISALNUM (*ptr) || *ptr == '_'); ptr++)
319 for (macro_len = ptr - macro; !(ISALNUM(*ptr) || *ptr == '_'); ptr++)
HDgcc.c4872 while (*p == '.' || ISALNUM ((unsigned char) *p)) in do_spec_1()
4884 while (*p == '.' || ISALNUM ((unsigned char) *p)) in do_spec_1()
4902 while (*p == '.' || ISALNUM ((unsigned char) *p)) in do_spec_1()
4909 if (*p == '.' || ISALNUM ((unsigned char) *p)) in do_spec_1()
5573 if (!ISALNUM (*endp) && !(*endp == '-' || *endp == '_')) in handle_spec_function()
/NextBSD/contrib/binutils/include/
HDsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/NextBSD/contrib/gcclibs/include/
HDsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/NextBSD/contrib/gdb/include/
HDsafe-ctype.h94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
/NextBSD/contrib/ipfilter/lib/
HDinet_addr.c82 #define ISALNUM(x) isalnum((u_char)(x)) macro
/NextBSD/contrib/binutils/binutils/
HDcxxfilt.c263 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
/NextBSD/gnu/usr.bin/grep/
HDsystem.h185 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C)) macro
HDdfa.c76 #define ISALNUM(C) isalnum(C) macro
88 #define ISALNUM(C) (isascii(C) && isalnum(C)) macro
666 FUNC(is_alnum, ISALNUM) in FUNC()
700 #define IS_WORD_CONSTITUENT(C) (ISALNUM(C) || (C) == '_')
/NextBSD/contrib/binutils/opcodes/
HDcgen-asm.c220 && (ISALNUM (*p) in cgen_parse_keyword()
HDcgen-opc.c130 if (! ISALNUM (ke->name[i]) in cgen_keyword_add()
/NextBSD/contrib/binutils/bfd/
HDbinary.c153 if (! ISALNUM (*p)) in mangle_name()
HDppcboot.c280 if (! ISALNUM (*p))
/NextBSD/contrib/binutils/gas/config/
HDtc-arc.c1163 if (!strncmp (p, ext_oper->operand.name, l) && !ISALNUM (*(p + l))) in md_operand()
1175 if (!strncmp (p, arc_reg_names[i].name, l) && !ISALNUM (*(p + l))) in md_operand()
1604 for (t = s; *t && ISALNUM (*t); ++t) in md_assemble()
HDtc-s390.c758 while (ISALNUM (*str))
907 while (ISALNUM (*str))
HDtc-spu.c631 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@') in get_imm()
/NextBSD/contrib/ipfilter/tools/
HDlexer.c241 if ((isbuilding == 0) && !ISALNUM(c)) { in yylex()
/NextBSD/contrib/binutils/gas/
HDChangeLog-00011013 (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
[all …]
/NextBSD/contrib/binutils/ld/
HDdeffilep.y1017 while (c != EOF && (ISALNUM (c) || strchr ("$:-_?/@", c))) in def_lex()
/NextBSD/contrib/binutils/ld/emultempl/
HDspuelf.em321 if (!(ISALNUM (*p) || *p == '$' || *p == '.'))

123