| /openbsd-src/usr.bin/vi/common/ |
| H A D | options.awk | 9 /^\/\* O_[0-9A-Z_]*/ {
|
| /openbsd-src/usr.bin/vi/ex/ |
| H A D | ex.awk | 9 /^\/\* C_[0-9A-Z_]* \*\/$/ {
|
| /openbsd-src/bin/ksh/ |
| H A D | vi.c | 85 #define Z_ 0x40 /* repeat count defaults to 0 (not 1) */ macro 95 #define is_zerocount(c) (classify[(c)&0x7f]&Z_) 100 B_, 0, 0, 0, 0, C_|U_, C_|Z_, 0, 102 M_, C_|Z_, 0, 0, C_|U_, 0, C_, 0, 106 C_, 0, 0, C_|Z_, 0, 0, 0, 0, 116 C_|X_, C_, M_, C_, C_, M_, M_|X_, C_|U_|Z_, 122 C_, C_|U_, 0, 0, C_|Z_, 0, M_, C_|Z_, 124 0, C_, M_, E_, E_, M_, M_|X_, C_|Z_, 128 C_, 0, X_, C_, M_|X_, C_|U_, C_|U_|Z_,M_, 130 C_, E_|U_, 0, 0, M_|Z_, 0, C_, 0
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | MKlib_gen.sh | 202 s/\([^_]\)NCURSES_SP_NAME___\([a-zA-Z][a-zA-Z_]*\)/\1NCURSES_SP_NAME(\2)/g 474 sub(/^[0-9a-zA-Z_]+ /,"",value); 477 gsub(/[0-9a-zA-Z_]+[ \t]*[*][ \t]*/,"",value);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | check.tpl | 117 sed 's/\(#define __[A-Z_]*_TYPE__\).*/\1/' sys/types.h > XX
|
| H A D | inclhack.def | 2310 select = '[^a-zA-Z_]class\('; 2314 c_fix_arg = '^.*[^a-zA-Z_]class\(.*';
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | check.tpl | 117 sed 's/\(#define __[A-Z_]*_TYPE__\).*/\1/' sys/types.h > XX
|
| H A D | inclhack.def | 2384 …bypass = 'We have a problem when using C\+\+|for C\+\+, _[a-z0-9A-Z_]+_exception; for C, except… 2750 select = '[^a-zA-Z_]class\('; 2754 c_fix_arg = '^.*[^a-zA-Z_]class\(.*'; 3217 "(0, 0, 0, )(PTHREAD_[A-Z_]+)(\\}\\})[ \t]*$";
|
| /openbsd-src/gnu/llvm/compiler-rt/utils/ |
| H A D | generate_netbsd_ioctls.awk | 69 /[^a-zA-Z0-9_]_IO[W]*[R]*[ ]*\(/ && $2 ~ /^[A-Z_]+$/ {
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 229 syn match llvmConstant /\<DW_ATE_[a-zA-Z_]\+\>/
|
| /openbsd-src/lib/libkeynote/ |
| H A D | keynote.l | 53 vstring [a-zA-Z_][a-zA-Z0-9_]*
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | configure.ac | 905 AC_EGREP_HEADER([[^a-zA-Z_]*pselect[^a-zA-Z_]], sys/select.h, AC_DEFINE(HAVE_PSELECT_PROTO, 1, 909 AC_EGREP_HEADER([[^a-zA-Z_]*ctime_r[^a-zA-Z_]], time.h, AC_DEFINE(HAVE_CTIME_R_PROTO, 1,
|
| H A D | aclocal.m4 | 73 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | Make-lang.in | 128 --regex='/DEFTREECODE [(]\([A-Z_]+\)/\1/' cp-tree.def; \
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlrequick.pod | 203 [0-9a-zA-Z_]
|
| H A D | perlretut.pod | 394 /[0-9a-zA-Z_]/; # matches a "word" character, 430 C<\w> matches a word character (alphanumeric or C<'_'>), not just C<[0-9a-zA-Z_]>
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 985 ``[a-zA-Z_.][a-zA-Z0-9_$.@]*``
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA64FX.td | 2080 "^FACG[ET]_P", "^FEXPA_Z", "^F(MAX|MIN)[^V]*Z_", 2087 (instregex "^FABD_Z", "^F(ADD|SUBR?)_.*Z_", "^FN?(MAD|MLA|MLS|MSB)_ZP",
|
| H A D | AArch64SchedNeoverseN2.td | 1776 def : InstRW<[N2Write_2cyc_1V], (instregex "^MOVPRFX_ZP[mz]Z_[BHSD]$",
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | StandardCPlusPlusModules.rst | 64 in regex form corresponds to ``[a-zA-Z_][a-zA-Z_0-9\.]*``. In particular, a literal dot ``.``
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 734 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleGeneric.td | 1002 def : InstRW<[GenericWriteFPUS], (instregex "SEL(EQ|NE)Z_(S|D)_MMR6")>;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ChangeLog-9103 | 1600 * i386.h (X): Renamed from `Z_' to preserve formatting of opcode 1605 * i386.h (Z_): Renamed from `_' to avoid clash with common alias
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | ChangeLog-9103 | 1581 * i386.h (X): Renamed from `Z_' to preserve formatting of opcode 1586 * i386.h (Z_): Renamed from `_' to avoid clash with common alias
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | re_tests | 276 [a-zA-Z_][a-zA-Z0-9_]* alpha y $& alpha 445 '[a-zA-Z_][a-zA-Z0-9_]*'i ALPHA y $& ALPHA
|