Searched refs:zA (Results 1 - 25 of 396) sorted by relevance

1234567891011>>

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l78 [a-zA-Z0-9]+(\.[a-zA-Z0-9]+)* yylval.string = strdup(yytext); return HOSTNAME;
79 [a-zA-Z0-9\.]+([a-zA-Z0-9\.]+)* yylval.string = strdup(yytext); return DOMAINNAME;
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dsampleproc61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dsampleproc61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
/macosx-10.10/vim-55/runtime/syntax/
H A Dcsh.vim63 syn match cshExtVar "\$[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
64 syn match cshSelector "\$[a-zA-Z_][a-zA-Z0-9_]*\[[a-zA-Z_]\+\]\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
65 syn match cshQtyWord "\$#[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
70 syn match cshExtVar "\${[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=}" contains=cshModifier
71 syn match cshSelector "\${[a-zA
[all...]
H A Dppd.vim16 syn match ppdDef "\*[a-zA-Z0-9]\+"
17 syn match ppdDefine "\*[a-zA-Z0-9\-_]\+:"
18 syn match ppdUI "\*[a-zA-Z]*\(Open\|Close\)UI"
19 syn match ppdUIGroup "\*[a-zA-Z]*\(Open\|Close\)Group"
H A Dgp.vim32 syntax match gpFunRegion "^\s*[a-zA-Z][_a-zA-Z0-9]*(.*)\s*=\s*[^ \t=]"me=e-1 contains=gpFunction,gpArgs
33 syntax match gpFunRegion "^\s*[a-zA-Z][_a-zA-Z0-9]*(.*)\s*=\s*$" contains=gpFunction,gpArgs
34 syntax match gpArgs contained "[a-zA-Z][_a-zA-Z0-9]*"
35 syntax match gpFunction contained "^\s*[a-zA-Z][_a-zA-Z0-9]*("me=e-1
H A Dgrads.vim36 "syn match gradsOperator "[^\.]not[^a-zA-Z]"
41 syn match gradsglobalVariables "_[a-zA-Z][a-zA-Z0-9]*"
42 syn match gradsVariables "[a-zA-Z][a-zA-Z0-9]*"
H A Dprocmail.vim21 syn region procmailVarDeclRegion start="^\s*[a-zA-Z0-9_]\+\s*="hs=e-1 skip=+\\$+ end=+$+ contains=procmailVar,procmailVarDecl,procmailString
22 syn match procmailVarDecl contained "^\s*[a-zA-Z0-9_]\+"
23 syn match procmailVar "$[a-zA-Z0-9_]\+"
27 syn match procmailActionFolder contained "^\s*[-_a-zA-Z0-9/]\+"
28 syn match procmailActionVariable contained "^\s*$[a-zA-Z_]\+"
H A Dpf.vim35 syn match pfNum /[a-zA-Z0-9_:.]\@<!\d\+[a-zA-Z0-9_:.]\@!/
36 syn match pfTable /<\s*[a-zA-Z][a-zA-Z0-9_]*\s*>/
37 syn match pfVar /$[a-zA-Z][a-zA-Z0-9_]*/
38 syn match pfVarAssign /^\s*[a-zA-Z][a-zA-Z0-9_]*\s*=/me=e-1
H A Dautomake.vim36 syn match automakeConditional "^\(if\s*[a-zA-Z0-9_]\+\|else\|endif\)\s*$"
38 syn match automakeSubst "@[a-zA-Z0-9_]\+@"
39 syn match automakeSubst "^\s*@[a-zA-Z0-9_]\+@"
43 syn match automakeMakeError "$[{(][^})]*[^a-zA-Z0-9_})][^})]*[})]" " GNU make function call
45 syn region automakeNoSubst start="^EXTRA_[a-zA-Z0-9_]*\s*=" end="$" contains=ALLBUT,automakeNoSubst transparent
47 syn region automakeNoSubst start="^[a-zA-Z0-9_]*_SOURCES\s*=" end="$" contains=ALLBUT,automakeNoSubst transparent
48 syn match automakeBadSubst "@\([a-zA-Z0-9_]*@\=\)\=" contained
H A Dexpect.vim15 syn match expectVariables "\$exp[a-zA-Z0-9_]*\|\$inter[a-zA-Z0-9_]*"
16 syn match expectVariables "\$spawn[a-zA-Z0-9_]*\|\$timeout[a-zA-Z0-9_]*"
27 syn match expectVariables "\$[a-zA-Z_][a-zA-Z0-9_]*"
30 syn match expectCommand "exp_[a-zA-Z0-9_]*"
H A Dobjc.vim39 syn match objcImported display contained "<[-_0-9a-zA-Z.\/]*>"
60 syn match objcProtocol display "<[_a-zA-Z][_a-zA-Z0-9]*>" contains=objcType,cType,Type
65 \ start="^\s*[_a-zA-Z][_a-zA-Z0-9]*\s*:\s*("
66 \ end=")\s*[_a-zA-Z][_a-zA-Z0-9]*"
H A Dave.vim42 syn match aveOperator "[^\.]not[^a-zA-Z]"
47 syn match globalVariables "_[a-zA-Z][a-zA-Z0-9]*"
48 syn match aveVariables "[a-zA-Z][a-zA-Z0-9_]*"
H A Didl.vim33 syn match idlId contained "[a-zA-Z][a-zA-Z0-9_]*" skipwhite skipempty nextgroup=idlEnumComma,idlEnumNumber
39 syn match idlSimpDecl contained "[a-zA-Z][a-zA-Z0-9_]*" skipempty skipwhite nextgroup=idlError,idlSemiColon,idlCommaArg,idlArraySize1
76 syn match idlBaseType contained "[a-zA-Z0-9_]\+[ \t]*\(::[ \t]*[a-zA-Z0-9_]\+\)*" skipempty skipwhite nextgroup=idlSimpDecl
80 syn match idlModuleName contained "[a-zA-Z0-9_]\+" skipempty skipwhite nextgroup=idlModuleContent,idlError,idlSemiColon
89 syn match idlInheritFrom contained "[a-zA-Z0-9_]\+[ \t]*\(::[ \t]*[a-zA-Z0-9_]\+\)*" skipempty skipwhite nextgroup=idlInheritFrom2,idlInterfaceContent
91 syn match idlInterfaceName contained "[a-zA
[all...]
H A Dmma.vim31 " character classes instead: [0-9a-zA-Z]
100 syntax match mmaemPHAsis "\%(^\|\s\)\([_/]\)[a-zA-Z0-9]\+\%([- \t':]\+[a-zA-Z0-9]\+\)*\1\%(\s\|$\)" contained contains=mmaemPHAsis
101 syntax match mmaemPHAsis "\%(^\|\s\)(\@<!\*[a-zA-Z0-9]\+\%([- \t':]\+[a-zA-Z0-9]\+\)*)\@!\*\%(\s\|$\)" contained contains=mmaemPHAsis
123 syntax match mmaVariable "\$\a\+[0-9a-zA-Z$]*"
126 syntax match mmaVariable "`[a-zA-Z$]\+[0-9a-zA-Z$]*" contains=mmaVariable
127 syntax match mmaVariable "[a-zA-Z$]\+[0-9a-zA
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A Dck_errf.pl16 if (!/;$/ && /^([a-zA-Z].*[\s*])?([A-Za-z_0-9]+)\(.*[),]/)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dfunction_finder.tcl11 #set functionList [regexp -all -inline {[a-zA-Z0-9_-]+[ \t\n\r]+([a-zA-Z0-9_-]+)[ \t\n\r]+\([ \t\n\r]*([^\)]+)[ \t\n\r]*\)[ \t\n\r]*;} $data]
12 set functionList [regexp -all -inline {[a-zA-Z0-9_\-\*]+[ \t\n\r\*]+([a-zA-Z0-9_\-\*]+)[ \t\n\r]*\(([^\)]*)\)[ \t\n\r]*;} $data]
14 [regexp -all -inline {[a-zA-Z0-9_\-\*]+[ \t\n\r\*]+([a-zA-Z0-9_\-\*]+)[ \t\n\r]*_ANSI_ARGS_\(\(([^\)]*)\)\)[ \t\n\r]*;} $data]]
/macosx-10.10/emacs-93/emacs/
H A Dmake-dist190 ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
192 ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
202 ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
204 ls -1 lisp/[a-zA-Z]*.elc lisp/[a-z]*/[a-zA-Z0-9]*.elc \
336 ln [a-zA-Z]*.el ../${tempdir}/lisp
337 ln [a-zA
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style-shell.awk69 /[$ \t]+_[a-zA-Z0-9]+=/ {
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dinsure_session.rb34 if(answer =~ /^y/i || answer =~ /^[^a-zA-Z0-9]$/) then
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dleet.pl38 s/([a-zA-Z])/$leet{lc $1}[rand @{$leet{lc $1}}]||$1/ge;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dleet.pl38 s/([a-zA-Z])/$leet{lc $1}[rand @{$leet{lc $1}}]||$1/ge;
/macosx-10.10/Heimdal-398.1.2/cf/
H A Dmake-proto.pl181 s/(\s*)([a-zA-Z0-9_]+)([,>])/$3/g;
183 s/\(\*(\s*)([a-zA-Z0-9_]+)\)/(*)/g;
185 s/([a-zA-Z0-9_]+)([,>])/\/\*$1\*\/$2/g;
186 s/\(\*([a-zA-Z0-9_]+)\)/(*\/\*$1\*\/)/g;
198 /([a-zA-Z0-9_]+)\s*\</;
216 s/(.*)\s([a-zA-Z0-9_]+ \Q$LP\E)/$1\n$2/;
278 s/[^a-zA-Z0-9]/_/g;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/uri/
H A Durn-scheme.tcl120 variable NIDpart {[a-zA-Z0-9][a-zA-Z0-9-]{0,31}}
122 variable trans {a-zA-Z0-9$_.+!*'(,):=@;-}
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Lite/Deserializer/
H A DXMLSchema1999.pm16 $value =~ s/([a-zA-Z0-9]{2})/chr oct '0x'.$1/ge;

Completed in 227 milliseconds

1234567891011>>