Searched +refs:mh +refs:search +refs:mode +refs:map (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp1 /* -*- mode: C++; c-basic-offset: 4; tab-width: 4 -*-
40 #include <map>
321 intptr_t _dyld_get_image_slide(const struct mach_header* mh) argument
324 dyld::log("%s(%p)\n", __func__, mh);
325 ImageLoader* image = dyld::findImageByMachHeader(mh);
355 void _dyld_register_func_for_add_image(void (*func)(const struct mach_header *mh, intptr_t vmaddr_slide)) argument
362 void _dyld_register_func_for_remove_image(void (*func)(const struct mach_header *mh, intptr_t vmaddr_slide)) argument
462 // Look for library whose path contains the hint. If that fails search everywhere
501 // hint failed, do slow search of all images
517 const struct mach_header* addImage(void* callerAddress, const char* path, bool search, boo argument
585 const bool search = ( (options & NSADDIMAGE_OPTION_WITH_SEARCHING) != 0 ); local
614 NSIsSymbolNameDefinedInImage(const struct mach_header* mh, const char* symbolName) argument
627 NSLookupSymbolInImage(const struct mach_header* mh, const char* symbolName, uint32_t options) argument
1393 dlopen(const char* path, int mode) argument
1820 dyld_dynamic_interpose(const struct mach_header* mh, const struct dyld_interpose_tuple array[], size_t count) argument
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim77 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
90 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
269 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
297 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
404 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
464 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
513 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
593 let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
655 call search('class\s\+'.a:name)
664 call search('{')
[all...]
H A Dnetrw.vim524 fun! netrw#Nread(mode,fname)
525 " call Dfunc("netrw#Nread(mode=".a:mode." fname<".a:fname.">)")
527 call netrw#NetRead(a:mode,a:fname)
538 " mode: =0 read remote file and insert before current line
542 fun! netrw#NetRead(mode,...)
543 " call Dfunc("netrw#NetRead(mode=".a:mode.",...) a:0=".a:0." ".g:loaded_netrw)
550 " NetRead: interpret mode into a readcmd {{{3
551 if a:mode
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
73 syn keyword vimFuncName contained abs append argv atan2 bufexists bufname byte2line ceil cindent complete confirm cosh cursor did_filetype empty eventhandler exp extend filewritable findfile fmod foldclosed foldtext function getbufline getcharmod getcmdtype getfperm getftype getmatches getqflist gettabvar getwinposy globpath haslocaldir histdel hlexists iconv input inputrestore insert items len line localtime map match matchdelete matchstr min mode nextnonblank pathshorten prevnonblank pumvisible readfile reltimestr remote_foreground remote_read remove repeat reverse search searchpair searchpos serverlist setcmdpos setloclist setpos setreg settabwinvar shellescape sin sort spellbadword split str2float strchars strftime string strpart strtrans submatch synconcealed synIDattr synstack tabpagebuflist tabpagewinnr taglist tanh tolower tr type undotree virtcol winbufnr winheight winnr winrestview winwidth
319 syn match vimMap "\<map\>!\=\ze\s*[^(]" skipwhite nextgroup=vimMapMod,vimMapLhs
322 syn keyword vimUnmap cu[nmap] iu[nmap] lu[nmap] nun[map] ou[nmap] sunm[ap] unm[ap] unm[ap] vu[nmap] xu[nmap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs

Completed in 238 milliseconds