Searched refs:prune (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/zsh-60/zsh/Util/
H A Dpreconfig3 find . -name .git -prune -o -name '?*.*' -prune -o -name .preconfig -print | (
H A Dmkdisttree.sh49 find . -name .git -prune -o -name '?*.*' -prune -o -name .distfiles -print
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dfind.pl11 # set $prune to prune the tree.
15 # find2perl / -name .nfs\* -mtime +7 -exec rm -f {} \; -o -fstype nfs -prune
27 # ($prune = 1);
35 *prune = *File::Find::prune;
H A Dfinddepth.pl11 # set $prune to prune the tree.
15 # find2perl / -name .nfs\* -mtime +7 -exec rm -f {} \; -o -fstype nfs -prune
27 # ($prune = 1);
34 *prune = *File::Find::prune;
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfind.rb18 # Find.prune # Don't look any further into this directory.
42 catch(:prune) do
74 def prune method in class:Find
75 throw :prune
78 module_function :find, :prune
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/macosx-10.9.5/dtrace-118.1/test/tst/
H A DMakefile.com38 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
39 SSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3-
40 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
46 EXES :sh= find . -name SCCS -prune -o -name *.exe -print | cut -b3-
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dllvmdo179 \( $paths_to_ignore \) -prune \
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm14 our $prune = 0;
91 $prune = 1;
105 $prune = 0;
119 $prune = 1;
139 $prune = 0;
157 if (-d && $prune) {
158 $File::Find::prune = 1;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DTextureCacheCompositingThread.h65 void prune(size_t limit);
66 void prune() { prune(memoryLimit()); } function in class:WebCore::TextureCacheCompositingThread
H A DTextureCacheCompositingThread.cpp81 prune();
88 prune();
175 void TextureCacheCompositingThread::prune(size_t limit) function in class:WebCore::TextureCacheCompositingThread
/macosx-10.9.5/CPANInternal-140/
H A DMakefile38 find $(SRCROOT) -name $$name -prune -exec rm -rf {} \; ; \
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DPageCache.h82 void prune();
H A DPageCache.cpp377 prune();
451 prune();
482 void PageCache::prune() function in class:WebCore::PageCache
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmodconf.vim22 syn keyword modconfPreProc alias define include keep prune
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapdelete.c53 static int prune = 0; variable
123 prune = 1;
245 /* If prune is on, remove a whole subtree. Delete the children of the
248 if ( prune ) {
288 if ( prune && !subentries ) {
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBlackBerryGlobal.cpp109 textureCacheCompositingThread()->prune(0);
116 // Call textureCacheCompositingThread()->prune(0) in UI thread.
134 // Evict all dead resources and prune live resources.
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp117 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
/macosx-10.9.5/usertemplate-93/
H A Dmakefile81 find $(SRCROOT) -name '.nfs*' -o -name '.svn' -a -exec echo '{}' \; -a -exec rm -rf '{}' \; -prune
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostfix-script282 -prune ! -group $setgid_group \
287 -prune ! -perm -02111 \
300 find $queue_directory/maildrop/. -prune ! -user $mail_owner \
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp153 node_pointer p_out = base_type::prune(pred);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCodeCache.h153 prune();
225 void prune() function in class:JSC::CodeCacheMap
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dsync.tcl76 if {$opts(-prune) == 0} {
244 -prune 0
268 -prune 0|1 Remove extra files in dest (default: $opts(-prune))

Completed in 225 milliseconds

12