Searched refs:use (Results 176 - 200 of 630) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodel.vim7 " If you use this language, please improve it, and send me the patches!
/macosx-10.10.1/vim-55/src/
H A Dswis.s56 orr ar10,ar0,#1<<17 ;always use the X form
84 orr ar10,ar0,#1<<17 ;always use the X form
/macosx-10.10.1/zlib-55/zlib/watcom/
H A Dwatcom_f.mak5 # To use, do "wmake -f watcom_f.mak"
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat56 rem [5] fails when building leim due to the use of cygwin style paths.
114 echo. --with-gcc use GCC to compile Emacs
115 echo. --with-msvc use MSVC to compile Emacs
118 echo. --no-cygwin use -mno-cygwin option with GCC
121 echo. --without-png do not use libpng even if it is installed
122 echo. --without-jpeg do not use jpeg-6b even if it is installed
123 echo. --without-gif do not use libungif even if it is installed
124 echo. --without-tiff do not use libtiff even if it is installed
125 echo. --without-xpm do not use libXpm even if it is installed
522 Rem Some people use WinZi
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm29 ; if you want support the old pentium optimization, you can still use these version
35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
76 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
77 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
78 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
170 ;; arising from the use of this software.
172 ;; Permission is granted to anyone to use this software for any purpose,
177 ;; claim that you wrote the original software. If you use this software
232 ;;; use the sign flag instead of the zero flag for the exit test.
456 ; Your can freely use match68
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim44 let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[^;]*$\|\(type\>.*\)\=\<record\>\|procedure\>\|function\>\|accept\>\|do\>\|task\>\|package\>\|project\>\|then\>\|when\>\|is\>\)'
46 let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[^;]*$\|\(type\>.*\)\=\<record\>\|procedure\>\|function\>\|accept\>\|do\>\|task\>\|package\>\|then\>\|when\>\|is\>\)'
170 " Fallback - just use current one
228 " Dire layout - use previous indent (could check for g:ada#Comment here)
262 let ind = s:MainBlockIndent( ind, lnum, 'type\>\|for\>.*\<use\>', '' ) + &sw
H A Druby.vim140 " Start on the line we're at and use its indent.
144 " If we have a continuation line, or we're in a string, use line as MSL.
202 " Set up variables for restoring position in file. Could use v:lnum here.
262 " If the line is empty and inside a string, use the previous line.
267 " At the start of the file use zero indent.
332 " Set up variables to use and search for MSL to the previous line.
H A Dperl.vim8 " Aaron J. Sherman (use syntax for hints)
89 " Hit the start of the file, use zero indent.
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLtree.c406 unsigned int use; local
429 use = buf->use;
432 ret = buf->use - use;
594 *size = buf->conv->use;
597 *size = buf->buffer->use;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DNavigationState.mm4 * Redistribution and use in source and binary forms, with or without
324 listener->use();
329 listener->use();
368 listener->use();
400 listener->use();
407 listener->use();
430 listener->use();
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dvtls.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
24 internals should use. It is then responsible for calling the proper
82 #define _MPRINTF_REPLACE /* use our functions only */
227 /* if there's a random file to read a seed from, use it */
290 conn->ssl[sockindex].use = TRUE;
307 conn->ssl[sockindex].use = TRUE;
336 /* session ID re-use is disabled */
434 /* Even though session ID re-use might be disabled, that only disables USING
466 store = &data->state.session[i]; /* use this slot */
520 conn->ssl[sockindex].use
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Doptimize.c5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
80 * Register numbers for use-def values.
90 * x register in use-def computations.
91 * Currently, the use-def code assumes only one definition per instruction.
420 atomset def = 0, use = 0, kill = 0; local
430 use |= ATOMMASK(X_ATOM);
432 use |= ATOMMASK(A_ATOM);
436 use |= ATOMMASK(atom);
443 if (!ATOMELEM(use, ato
1254 atomset use = succ->out_use; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c460 return esPtr->input.use;
467 return (esPtr->input.use == 0);
671 esPtr->input.use = 0;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dsyntax.tcl319 if {$tclv ne {}} { lappend cmd -use Tcl-$tclv }
367 proc ::sak::validate::syntax::+use {pkg} {
415 +use $pkg
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl49 advantage of glob's ability to use multiple patterns to scan deeply into a directory
63 bit faster to use the proc globtraverse, which uses the same basedir value and
66 If one wanted to search for pdf files for example, one could use the command:
70 It would, however, in this case be much faster to use:
112 # can't use -types pre-8.3, because it doesn't exist in glob command.
241 # save pattern to use for iterative dir search later:
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT64.cpp4 * Redistribution and use in source and binary forms, with or without
329 use(node->child1());
330 use(node->child2());
370 arg1.use();
371 arg2.use();
381 arg1.use();
382 arg2.use();
453 arg1.use();
454 arg2.use();
465 arg1.use();
3232 Edge use = m_jit.graph().m_varArgChildren[node->firstChild() + operandIdx]; local
3242 JSValueRegs(), use, SpecDoubleReal, local
3254 JSValueRegs(opGPR), use, SpecInt32, local
3295 Edge use = m_jit.graph().m_varArgChildren[node->firstChild() + operandIdx]; local
3307 JSValueRegs(), use, SpecDoubleReal, local
3319 JSValueRegs(opGPR), use, SpecInt32, local
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A Dconst-c.inc328 code, and use it to regenerate a new set of constant functions which you
329 then use to replace the originals.
335 use ExtUtils::Constant qw (constant_types C_constant XS_constant);
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h99 * for use in non-error cases when no resource is to be added to the bundle.
160 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */
187 void setUsePoolBundle(UBool use);
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dset_env.bat88 if "%LIBC_BUILD%" == "Y" echo use "netware\build.bat netware-libc ..."
91 if "%CLIB_BUILD%" == "Y" echo use "netware\build.bat netware-clib ..."
/macosx-10.10.1/awk-20/src/
H A Dawk.h5 Permission to use, copy, modify, and distribute this software and
225 int use; member in struct:fa
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc33 // is a root directory. Any other use of a trailing slash is stripped. Unlike
858 // Can't use CopyFile macro defined in Windows.h because it would mess up the
859 // above line. We use the expansion it would have in a non-UNICODE build.
870 return false; // File doesn't exist already, just use it!
883 // FIXME: We should use sys::fs::unique_file() in future.
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddragsite.tcl38 proc use {} {} procedure
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md5crypt/
H A Dmd5cryptc.tcl103 /* Don't leave anything around in vm they could use. */
155 /* Don't leave anything around in vm they could use. */
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dsearch.tcl131 {This window demonstrates how to use the tagging facilities in text
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dsearch.tcl131 {This window demonstrates how to use the tagging facilities in text

Completed in 298 milliseconds

1234567891011>>