Searched refs:use (Results 101 - 125 of 630) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/indent/
H A Dchaiscript.vim23 " Hit the start of the file, use zero indent.
H A Dtcsh.vim27 " Hit the start of the file, use zero indent.
H A Dmma.vim34 " Hit the start of the file, use zero indent.
42 " use indenting as a base
H A Dsdl.vim28 " At the start of the file use zero indent.
36 " Add a single space to comments which use asterisks
H A Dvim.vim25 " with '\', use the indent of the line above it.
32 " At the start of the file use zero indent.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxxd.vim6 " Notes: use :help xxd to see how to invoke it
H A Dave.vim9 " and a built-in editor is provided, the use of VIM increases
11 " I use some technologies to automatically load avenue scripts
H A Drtf.vim7 " .hlp (windows help files) use compiled rtf files
36 " { } and \ are special characters, to use them
/macosx-10.10.1/zlib-55/zlib/watcom/
H A Dwatcom_l.mak5 # To use, do "wmake -f watcom_l.mak"
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmamake.c119 #define use(b) (*(b)->nxt=0,(b)->nxt=(b)->buf) macro
911 return use(buf);
937 s = use(tmp);
1005 s = use(buf);
1164 s = use(buf);
1252 s = use(buf);
1257 s = use(buf);
1322 x = use(buf);
1366 s = use(buf);
1376 if (execute(use(tm
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DAppleCSPUtils.h6 * You may not use this file except in compliance with the License. Please obtain
84 * Validate existing key's usage bits against intended use.
99 CSSM_KEYUSE use);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c7 * without limitation the rights to use, copy, modify, merge, publish, *
25 * sale, use or other dealings in this Software without prior written *
90 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_interp.tcl39 method use {grammar} {}
61 method use {grammar} {
H A Dpt_peg_to_param.tcl193 # controls the use of AS/ARS instructions.
440 # similar in construction and use = consistent and simple.
457 # similar in construction and use = consistent and simple.
495 # similar in construction and use => consistent and simple.
804 set result {def {} use {} gen 0 pe {}}
870 dict set result use $cache($k)
899 dict set result use $useb
905 proc ::pt::peg::to::param::Op::Asm::Direct {use} {
910 uplevel 1 $use
914 dict set result use
[all...]
H A Dpt_peg_to_tclparam.tcl262 # controls the use of AS/ARS instructions.
489 # We use string ops here to distinguish terminals and ranges. The
539 # similar in construction and use = consistent and simple.
556 # similar in construction and use = consistent and simple.
599 # similar in construction and use => consistent and simple.
1013 set result {def {} use {} gen 0 pe {}}
1072 dict set result use $cache($k)
1104 dict set result use $useb
1110 proc ::pt::peg::to::tclparam::Op::Asm::Direct {use} {
1115 uplevel 1 $use
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/delphi/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_command.h68 /* 2) When entry not in use */
94 int use; /* number of CHARS the buffer is currently holding */ member in struct:ExpUniBuf
162 armed, /* normal state when bg handler in use */
163 unarmed, /* no bg handler in use */
193 /* Remember that "reserved" esPtrs are no longer in use. */
278 /* cached value of variable use this to tell if it */
345 #define expSizeGet(esPtr) ((esPtr)->input.use)
346 #define expSizeZero(esPtr) (((esPtr)->input.use) == 0)
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim8 " For more details please use:
27 " basis. NOTE: you can also use completion:
34 " determine what the current dialect is in use.
76 " through the use of :SQLSetType <tab> for completion.
80 " NOTE: You cannot use function! since this file can be
203 echomsg "Current SQL dialect in use:".b:sql_type_override
205 echomsg "Current SQL dialect in use:".g:sql_type_default
244 " Some standard expressions for use with the matchit strings
358 " Note, you cannot use \?, since these patterns can be used to search
359 " backwards, you must use \{,
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm18 ; arising from the use of this software.
20 ; Permission is granted to anyone to use this software for any purpose,
25 ; claim that you wrote the original software. If you use this software
38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222ad
[all...]
/macosx-10.10.1/awk-20/src/
H A Db.c5 Permission to use, copy, modify, and distribute this software and
89 int i, use, nuse; local
106 fatab[i]->use = now++;
112 fatab[nfatab]->use = now++;
116 use = fatab[0]->use; /* replace least-recently used */
119 if (fatab[i]->use < use) {
120 use = fatab[i]->use;
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DparserInternals.c253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUN
1194 unsigned int use; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A Dbuildall.vc.bat46 :: makefile.vc uses this for its default anyways, but show its use here
67 :: Build the special static libraries that use the dynamic runtime.
88 :: Build the special static libraries that use the dynamic runtime,
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt52 use something like WinZip to unpack the archive.
55 use StuffIt Expander to unstuff the archive.
105 Start a regular wish interpreter, 'load' the library, and use the table.
116 There is a library/tktable.py wrapper for use with Python/Tkinter.
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dbuildall.vc.bat46 :: makefile.vc uses this for its default anyways, but show its use here
71 :: Build the special static libraries that use the dynamic runtime.
92 :: Build the special static libraries the use the dynamic runtime,

Completed in 150 milliseconds

1234567891011>>