Searched refs:save (Results 101 - 125 of 565) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dflyspell.el291 (let ((header-end (save-excursion
299 (signature-begin (save-excursion
305 (and (save-excursion (beginning-of-line)
311 (save-excursion
319 (save-excursion
328 (not (save-excursion
330 (not (save-excursion
344 (not (save-excursion
533 (save-current-buffer
791 (save
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerDatabase.h67 // save failed.
68 JS_EXPORT_PRIVATE bool save(const char* filename) const;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c240 ID *save )
252 BDB_IDL_ZERO( save );
253 rc = comp_candidates( op, rtxn, mra, f, save, tmp, save+BDB_IDL_UM_SIZE );
265 BDB_IDL_CPY( ids, save );
267 bdb_idl_intersection( ids, save );
273 BDB_IDL_CPY( ids, save );
275 bdb_idl_union( ids, save );
568 ID *save )
580 BDB_IDL_ZERO( save );
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DPassword.h51 void save();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DPassword.h51 void save();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DPassword.h51 void save();
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.h58 void save();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js119 save: function(url, content, base64Encoded, forceSaveAs) method in class:WebInspector.InspectorFrontendHostStub
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/PyObjCTest/
H A Dtest_abaddressbook.py12 self.assertResultIsBOOL(ABAddressBook.save)
/macosx-10.10.1/shell_cmds-179/who/
H A Dutmpentry.c264 struct utmpentry *from = ehead, *save; local
272 save = from;
274 save->next = *nextp;
275 *nextp = save;
/macosx-10.10.1/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.h87 char *except, *save; member in struct:_entry
/macosx-10.10.1/system_cmds-643.1.1/passwd.tproj/
H A Dfile_passwd.c142 int save = errno; local
144 errno = save;
172 int save = errno; local
174 errno = save;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTwoSourceEffect.tcl42 .m save
54 .m save
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkpack.tcl62 mk::file save db $ofd
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Daol-xotcl.tcl45 ns_ictl save [append script \n \
/macosx-10.10.1/vim-55/runtime/tools/
H A Defm_perl.pl37 # Edit in Vim (and save, if you don't have autowrite on), then
146 Edit in Vim (and save, if you don't have autowrite on), then
/macosx-10.10.1/Csu-85/
H A Dlazy_dylib_helper.s119 movq %rdi,RDI_SAVE(%rsp) # save registers that might be used as parameters
136 movq %rax,%r11 # save target
186 stg r0,LRSAVE(r1) ; save link register value in the linkage area
187 stgu r1,-STACK_SIZE(r1) ; save stack pointer and update it
189 stg r3,R3SAVE(r1) ; save all registers that could contain
238 stmfd sp!, {r0,r1,r2,r3,r7,lr} // save registers
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsetenv.c140 int save = errno; local
142 errno = save;
210 int save; local
215 save = errno;
219 errno = save;
/macosx-10.10.1/libunwind-35.3/src/
H A Dunw_getcontext.s128 ; save VRSave register
131 ; save CR registers
134 ; save CTR register
138 ; save float registers
173 ; save vector registers
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dnewdemo.c221 chtype save[80]; local
322 memset(save, ' ', sizeof(save));
327 save[j++] = c = k;
344 mvwaddch(win, 4, i, save[j++]);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm17 ; we save and restore all 8086 registers, even though most compilers only
46 push si ; save all registers for safety
59 mov word ptr [bx],ax ; save the handle
81 push si ; save all registers for safety
113 push si ; save all registers for safety
147 push si ; save all registers for safety
185 push si ; save all registers for safety
223 push si ; save all registers for safety
266 push si ; save all registers for safety
280 mov cx,bx ; save returne
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dpa-risc2W.s26 ; "Caller save" means the calling function must save the register
28 ; "Callee save" means if a function uses the register, it must save
33 ; "caller save" registers: fr4-fr11, fr22-fr31
34 ; "callee save" registers: fr12-fr21
39 ; "caller save" registers: r1,r19-r26
40 ; "callee save" registers: r3-r18
46 ; millicode return ptr ; r31 (also a caller save register)
124 STD %r3,0(%sp) ; save r
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbackup_gnv_curl_src.com5 $! Procedure to create backup save sets for installing in a PCSI kit.
10 $! Backup save sets are the only storage format that I can expect a
85 $! If available make an interchange save set
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c274 uint64_t cfg, save; local
286 /* need to save and restore counter since it resets when reconfigured */
288 save = IA32_PMCx(i);
290 wrIA32_PMCx(i, save);
378 uint64_t save; local
381 /* need to save and restore counter since it resets when reconfigured */
382 save = IA32_PMCx(i);
406 wrIA32_PMCx(i, save);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcaltztst.cpp170 TimeZone* save = format->getTimeZone().clone(); local
173 format->adoptTimeZone(save);

Completed in 394 milliseconds

1234567891011>>