| /NextBSD/contrib/libreadline/ |
| HD | chardefs.h | 91 #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) == '_')
|
| HD | nls.c | 171 if (ISALNUM ((unsigned char)codeset[i]))
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | cygwin2.c | 50 while (ISALNUM (*p)) in add_mingw()
|
| /NextBSD/contrib/gcc/ |
| HD | genpreds.c | 103 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()
|
| HD | gen-protos.c | 100 if (!ISALNUM ((unsigned char)*ptr)) in parse_fn_proto()
|
| HD | gengtype-lex.l | 252 for (macro_len = ptr - macro; !(ISALNUM (*ptr) || *ptr == '_'); ptr++) 319 for (macro_len = ptr - macro; !(ISALNUM(*ptr) || *ptr == '_'); ptr++)
|
| HD | gcc.c | 4872 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/ |
| HD | safe-ctype.h | 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | safe-ctype.h | 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /NextBSD/contrib/gdb/include/ |
| HD | safe-ctype.h | 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | inet_addr.c | 82 #define ISALNUM(x) isalnum((u_char)(x)) macro
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | cxxfilt.c | 263 while (c != EOF && (ISALNUM (c) || strchr (valid_symbols, c))) in main()
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | system.h | 185 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C)) macro
|
| HD | dfa.c | 76 #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/ |
| HD | cgen-asm.c | 220 && (ISALNUM (*p) in cgen_parse_keyword()
|
| HD | cgen-opc.c | 130 if (! ISALNUM (ke->name[i]) in cgen_keyword_add()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | binary.c | 153 if (! ISALNUM (*p)) in mangle_name()
|
| HD | ppcboot.c | 280 if (! ISALNUM (*p))
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-arc.c | 1163 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()
|
| HD | tc-s390.c | 758 while (ISALNUM (*str)) 907 while (ISALNUM (*str))
|
| HD | tc-spu.c | 631 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@') in get_imm()
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | lexer.c | 241 if ((isbuilding == 0) && !ISALNUM(c)) { in yylex()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-0001 | 1013 (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/ |
| HD | deffilep.y | 1017 while (c != EOF && (ISALNUM (c) || strchr ("$:-_?/@", c))) in def_lex()
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | spuelf.em | 321 if (!(ISALNUM (*p) || *p == '$' || *p == '.'))
|