Searched refs:save (Results 226 - 250 of 565) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagebox.itk98 method save {}
181 -command [itcl::code $this save]
340 # PUBLIC METHOD: save
344 itcl::body iwidgets::Messagebox::save {} {
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.inputl.c192 /* save the last command here */
870 Char save; local
873 save = InputBuf[len];
876 InputBuf[len] = save;
880 InputBuf[len] = save;
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsupport.c741 char *save; local
744 save = target; /* leave space for quote */
762 while( (ptr > save ) && (*ptr != '\\')) {
769 *save = '"';
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1496 uint32_t val = *theChar++, save = val; local
1498 if (lastpixel && !(save & 0xFF000000))
1500 if ((save & 0xFFFF0000) == 0xFF000000)
1502 if ((save & 0x00FFFF00) == 0x00FF0000)
1504 if ((save & 0x0000FFFF) == 0x0000FF00)
1512 lastpixel = save & 0xff;
1553 uint32_t val = *theChar++, save = val; local
1555 if (save == 0xFFFF0000) val |= 0xFFFF;
1556 else if (lastpixel && !(save & 0xFFFF0000))
1565 lastpixel = save
1618 uint32_t val = *theChar++, save = val; local
2897 boolean_t save; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check_test.sh246 atf_set "descr" "Tests for the -o option using the 'save:' argument"
250 h_pass "echo foo" -o save:out
352 atf_set "descr" "Tests for the -e option using the 'save:' argument"
356 h_pass "echo foo 1>&2" -e save:out
/macosx-10.10.1/less-25/less/
H A Ddecode.c757 filename = save(filename);
759 filename = save(def_filename);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp425 FILE *save = _file;
429 _file = save;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEdit.tcl139 set fileName [$theMovie save]
144 If you want to save a self contained movie, use the Flatten command.}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dadacomplete.vim18 " 05.11.2006 MK Bram suggested to save on spaces
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dvi_mode.c160 /* A convenience function that calls _rl_vi_set_last to save the last command
882 int c, save; local
902 save = rl_numeric_arg;
908 rl_numeric_arg *= save;
1114 /* `C' does not save the text inserted for undoing or redoing. */
1127 int c, save; local
1129 save = rl_point;
1148 rl_point = save;
1679 /* Functions to save and restore marks. */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlftp.vim48 syn keyword lftpSettings contained save-p[asswords]
60 \ save-c[wd-history] save-r[l-history]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c597 DotState *p /* Where to save state info. */
5570 /* This is used to save the current value of an option when a call to
5593 DynamicCOSave *save;
5606 save = (DynamicCOSave *) ckalloc(sizeof(DynamicCOSave));
5608 dbwin("DynamicCO_Set id=%d saveInternalPtr=%p save=%p\n", cd->id, saveInternalPtr, save);
5611 save->objPtr = *objPtrPtr;
5613 if (save->objPtr)
5614 dbwin(" old object '%s' refCount=%d\n", Tcl_GetString(save->objPtr), save
5590 DynamicCOSave *save; local
5684 DynamicCOSave *save = *(DynamicCOSave **)saveInternalPtr; local
5729 DynamicCOSave *save = *(DynamicCOSave **) internalPtr; local
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhist.c938 * For INCAPPENDHISTORY, when interactive, save the history here
947 * need to save in the history file we've switched to, but then
1231 * save:
1232 * 0: don't save
1233 * 1: save normally
1234 * -1: save temporarily, delete after next line
1235 * -2: save internally but mark for not writing
1237 int save = 1; local
1280 save = 0;
1286 save
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-uu.el283 (defcustom gnus-uu-save-in-digest nil
284 "*Non-nil means that gnus-uu, when asked to save without decoding, will save in digests.
285 If this variable is nil, gnus-uu will just save everything in a
308 (defcustom gnus-uu-save-separate-articles nil
309 "*Non-nil means that gnus-uu will save articles in separate files."
354 (defvar gnus-uu-default-dir gnus-article-save-directory)
365 (defun gnus-uu-decode-uu-and-save (n dir)
370 (read-file-name "Uudecode and save in dir: "
380 (defun gnus-uu-decode-unshar-and-save (
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dtemplate.c460 heim_octet_string *save = data; local
462 save->data = malloc(oldlen);
463 if (save->data == NULL)
466 save->length = oldlen;
467 memcpy(save->data, startp, oldlen);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c774 mbstate_t save; local
785 save = *ps;
824 *ps = save;
832 *ps = save;
846 *ps = save;
/macosx-10.10.1/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-template.c449 heim_octet_string *save = data; local
451 save->data = malloc(oldlen);
452 if (save->data == NULL)
455 save->length = oldlen;
456 memcpy(save->data, startp, oldlen);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c72 struct Link *svar; /* save shell variable table */
81 Shopt_t options;/* save shell options */
86 void *jobs; /* save job info */
124 /* save file descriptor 1 if open */
250 int save; local
254 /* don't bother to save if in newer scope */
298 save = shp->subshell;
304 shp->subshell = save;
315 const char *save = sp->shpwd; local
318 sp->shpwd = 0; /* make sure sh_assignok doesn't save wit
[all...]
H A Dmacro.c276 Fcin_t save; local
287 fcsave(&save);
333 fcrestore(&save);
901 * save line offsets in the offsets array.
2024 Fcin_t save; local
2051 fcsave(&save);
2071 fcrestore(&save);
2090 /* disable verbose and don't save in history file */
2105 fcsave(&save);
2136 fcrestore(&save);
2605 Sfio_t *iop, *save=sfstdout; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzbdtest.cpp298 TimeZone* save = TimeZone::createDefault(); local
316 TimeZone::setDefault(*save);
317 delete save;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldif.c516 char *save; local
609 save = *out;
650 *out = save;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dldif.c503 char *save; local
594 save = *out;
635 *out = save;
/macosx-10.10.1/file_cmds-242/du/
H A Ddu.c131 char **save; local
139 save = argv;
250 argv = save;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtestcurs.c164 chtype save; local
166 save = mvwinch(win, y0, x1 - 1);
172 mvwaddch(win, y0, x1 - 1, save);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_tls_policy.c393 char *save = mystrdup(files); local
394 char *buf = save;
402 myfree(save);

Completed in 232 milliseconds

1234567891011>>