Searched refs:me (Results 201 - 225 of 956) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpod.vim57 syn region podFormat start="[IBSCLFX]<[^<]"me=e-1 end=">" oneline contains=podFormat,@NoSpell
61 syn match podEscape "\I\i*>"me=e-1 contained contains=@NoSpell
62 syn match podEscape2 "\d\+>"me=e-1 contained contains=@NoSpell
H A Dz8a.vim34 syn match z8aSpecInst "\<inc\s\+sp\>"me=s+3
35 syn match z8aSpecInst "\<dec\s\+sp\>"me=s+3
36 syn match z8aSpecInst "\<ex\s\+(\s*sp\s*)\s*,\s*hl\>"me=s+2
H A Dmysql.vim93 syn region mysqlType start="float\W" end="."me=s-1
94 syn region mysqlType start="float$" end="."me=s-1
96 syn region mysqlType start="double\W" end="."me=s-1
97 syn region mysqlType start="double$" end="."me=s-1
99 syn region mysqlType start="double precision\W" end="."me=s-1
100 syn region mysqlType start="double precision$" end="."me=s-1
102 syn region mysqlType start="real\W" end="."me=s-1
103 syn region mysqlType start="real$" end="."me=s-1
106 syn region mysqlType start="dec\W" end="."me=s-1
107 syn region mysqlType start="dec$" end="."me
[all...]
H A Dxs.vim25 "syn match xsCast "\<\(const\|static\|dynamic\|reinterpret\)_cast\s*<"me=e-1
H A Dyacc.vim43 HiFold syn region yaccInit start='.'ms=s-1,rs=s-1 matchgroup=yaccSectionSep end='^%%$'me=e-2,re=e-2 contains=@yaccInitCluster nextgroup=yaccRules skipwhite skipempty contained
44 HiFold syn region yaccInit2 start='\%^.'ms=s-1,rs=s-1 matchgroup=yaccSectionSep end='^%%$'me=e-2,re=e-2 contains=@yaccInitCluster nextgroup=yaccRules skipwhite skipempty
47 HiFold syn region yaccRules matchgroup=yaccSectionSep start='^%%$' end='^%%$'me=e-2,re=e-2 contains=@yaccRulesCluster nextgroup=yaccEndCode skipwhite skipempty contained
69 HiFold syn region yaccNonterminal start="^\s*\a\w*\ze\_s*\(/\*\_.\{-}\*/\)\=\_s*:" matchgroup=yaccDelim end=";" matchgroup=yaccSectionSep end='^%%$'me=e-2,re=e-2 contains=yaccAction,yaccDelim,yaccString,yaccComment contained
H A Dcuplsim.vim34 syn region cuplsimOrderSpec start="." end=";"me=e-1 contains=cuplComment,cuplsimOrderFormat,cuplBitVector,cuplSpecialChar,cuplLogicalOperator,cuplCommaOperator contained
38 syn region cuplsimBaseSpec start="." end=";"me=e-1 contains=cuplComment,cuplsimBaseType contained
H A Dgp.vim32 syntax match gpFunRegion "^\s*[a-zA-Z][_a-zA-Z0-9]*(.*)\s*=\s*[^ \t=]"me=e-1 contains=gpFunction,gpArgs
35 syntax match gpFunction contained "^\s*[a-zA-Z][_a-zA-Z0-9]*("me=e-1
H A Drcs.vim50 syn sync match rcsSync grouphere rcsString "[0-9.]\+\(\s\|\n\)\+log\(\s\|\n\)\+@"me=e-1
51 syn sync match rcsSync grouphere rcsTextStr "@\(\s\|\n\)\+text\(\s\|\n\)\+@"me=e-1
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp238 IOFireWireDuplicateGUIDList * me; local
240 me = OSTypeAlloc( IOFireWireDuplicateGUIDList );
242 return me;
1393 IOFireWireController * me = (IOFireWireController*)target; local
1395 me->closeGate();
1402 me->fFWIM->handleSystemShutDown( messageType );
1409 me->fFWIM->handleSystemShutDown( messageType );
1418 me->openGate();
1540 IOFireWireController *me = (IOFireWireController *)bus; local
1546 FWKLOGASSERT( me
1813 IOFireWireController *me = (IOFireWireController *)bus; local
4309 IOFireWireController * me = OSDynamicCast( IOFireWireController, (OSObject *)target ); local
4353 IOFireWireController * me = NULL; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustedApplication.cpp73 RefPointer<OSXCode> me(OSXCode::main());
74 mForm = new CodeSignatureAclSubject(OSXVerifier(me));
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustedApplication.cpp73 RefPointer<OSXCode> me(OSXCode::main());
74 mForm = new CodeSignatureAclSubject(OSXVerifier(me));
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustedApplication.cpp73 RefPointer<OSXCode> me(OSXCode::main());
74 mForm = new CodeSignatureAclSubject(OSXVerifier(me));
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_readdir.c225 struct mapent *me, *mapents; local
251 for (me = mapents; me; me = me->map_next) {
252 p = me->map_mntpnt;
255 me->map_root ? me->map_root : "<NULL>");
/macosx-10.9.5/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat24 echo Your environment size is too small. Please enlarge it and run me again.
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DDNSServiceDiscoveryPref.m78 DNSServiceDiscoveryPref * me = (DNSServiceDiscoveryPref *)context;
79 assert(me != NULL);
81 [me setupInitialValues];
93 DNSServiceDiscoveryPref * me = (DNSServiceDiscoveryPref *)context;
116 domainArray = [me registrationDataSource];
117 domainComboBox = [me regDomainsComboBox];
118 currentDomain = [me currentRegDomain];
120 domainArray = [me browseDataSource];
121 domainComboBox = [me browseDomainsComboBox];
122 defaultBrowseDomainsArray = [me defaultBrowseDomainsArra
[all...]
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster.c227 static NORETURN usage(const char *me) argument
229 msg_fatal("usage: %s [-c config_dir] [-D (debug)] [-d (don't detach from terminal)] [-e exit_time] [-t (test)] [-v]", me);
/macosx-10.9.5/securityd-55199.3/src/
H A Dacls.cpp264 bool SecurityServerEnvironment::validateSecret(const SecretAclSubject *me, argument
267 return database && database->validateSecret(me, cred);
/macosx-10.9.5/tcl-102/tests/
H A Dpkgreq.test20 if {[regexp {^(dom::c|page::((analysis|compiler|transform)::.*|(gen::peg|writer)::(me|mecpu)|(reader|util::norm)::(peg|lemon))|xotcl::.*::(ldap|.*gdbm)|(doctools::(toc|idx)|pt::peg)::(import|export)::.*)$} $pkg]} {
/macosx-10.9.5/vim-53/runtime/indent/
H A Dmupad.vim33 " BUGS: You tell me! Probably. I just haven't found one yet or haven't been
/macosx-10.9.5/vim-53/runtime/
H A Dtermcap15 :md=\E[1m:mr=\E[7m:me=\E[m:\
49 :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
68 :so=\E[2m:se=\E[m:us=\E[4m:ue=\E[m:mr=\E[7m:mb=\E[7;2m:me=\E[m:
91 :me=^W^Q^E\200\200\200\200\200\200\200:\
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/JavaMap/
H A DJDBCAppender.pm77 let me know if you find problems
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/ResultSource/
H A DView.pm104 SELECT cdid, artist, title FROM year2000cds me
111 (SELECT cdid, artist, title FROM cd WHERE year ='2000') me
159 Jess Robinson <castaway@desert-island.me.uk>
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dresbund.cpp383 ResourceBundle *me = (ResourceBundle *)this; // semantically const local
384 if (me->fLocale == NULL) {
385 me->fLocale = tLocale;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibUnitDirectory.cpp76 LocalUnitDirectory* me = new LocalUnitDirectory( userclient ) ; local
78 if( !me )
81 return reinterpret_cast<Interface**>(&me->GetInterface()) ;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.cpp49 CFRef<SecCodeRef> me; local
50 if (!SecCodeCopySelf(kSecCSDefaultFlags, &me.aref()))
51 return new OSXCodeWrap(me);

Completed in 507 milliseconds

1234567891011>>