Searched refs:save (Results 251 - 266 of 266) sorted by relevance

<<11

/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY888 add save/restore of IP Filter state/NAT information (ipfs)
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_driver.c4527 int save = source[passed + tries]; local
4532 source[passed + tries] = save;
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dexception.S434 * user stack, and with its live registers, so we must save soon. We
436 * transitional window state, and do the save. If this traps we
447 save
479 save %sp, -(CCFSZ + TF_SIZEOF), %sp
2201 * If the save we did on entry to the kernel had to spill a window
/freebsd-9.3-release/usr.sbin/ppp/
H A Dcommand.c389 log_Printf(LogWARN, "save command is not yet implemented.\n");
897 {"save", NULL, SaveCommand, LOCAL_AUTH,
898 "Save settings", "save", NULL},
2826 unsigned long long save = arg->bundle->cfg.optmask; local
2831 arg->bundle->cfg.optmask = save;
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh5811 -sOutputFile="${md_modefile}" -c save pop -f "${_mp_psfile}"
/freebsd-9.3-release/contrib/gcc/
H A Dgimplify.c1036 build_stack_save_restore (tree *save, tree *restore)
1045 *save = build2 (MODIFY_EXPR, ptr_type_node, tmp_var, save_call);
3701 invocations of gimplify_expr. Would probably save on creations
4117 CLEANUP_POINT_EXPR and the cleanup. So save and reset the count and
1035 build_stack_save_restore(tree *save, tree *restore) argument
H A Dtree.c5230 tree save = t;
5233 if (save == t)
5206 tree save = t; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c184 /* Instructions used by the save and restore reg functions. */
3252 code to adjust the value and save r2 to support multiple toc sections.
3826 /* Create .sfpr for code to save and restore fp regs. */
5948 char save;
5960 save = *p;
5965 *(char *) p = save;
5944 char save; local
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5088 % We save the uninterpreted tokens, rather than creating a box.
6229 % In case a @footnote appears in a vbox, save the footnote text and create
6232 % Similarily, if a @footnote appears inside an alignment, save the footnote
6602 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5284 % We save the uninterpreted tokens, rather than creating a box.
6430 % In case a @footnote appears in a vbox, save the footnote text and create
6433 % Similarily, if a @footnote appears inside an alignment, save the footnote
6803 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5160 % We save the uninterpreted tokens, rather than creating a box.
6301 % In case a @footnote appears in a vbox, save the footnote text and create
6304 % Similarily, if a @footnote appears inside an alignment, save the footnote
6674 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp810 void save(Sema &S, Expr *&E) { function in class:clang::__anon3313::UnbridgedCastsSet
843 unbridgedCasts->save(S, E);
10651 // FIXME: save results of ADL from here?
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c84 emitted only once per section, to save unnecessary bloat. */
3498 /* We found an unsaved reg. Generate opcodes to save the
3602 /* Figure out what sort of save we have. */
3905 { "save", s_arm_unwind_save, 0 },
13972 char save[2];
14099 memcpy (save, affix, 2);
14103 memcpy (affix, save, 2);
14665 save some repeated characters. */
13961 char save[2]; local
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh911 cp -Rp $TESTDIR/CVSROOT.save $CVSROOT_DIRNAME/CVSROOT
1624 # in the previous function, I decided to save space and avoid repeating
2146 cp -Rp $CVSROOT_DIRNAME/CVSROOT $TESTDIR/CVSROOT.save
10824 dotest join-rm-3 "$testcvs -q ci -m 'save the merge'" \
10854 save the merge
20300 # doesn't need it and wants to save on disk space, they just
20496 # doesn't need it and wants to save on disk space, they just
/freebsd-9.3-release/contrib/libreadline/
H A Dconfigure5501 /* save it */
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src381 ansi+csr|ansi scroll-region plus cursor save & restore,
5162 # add smcup [enter_ca_mode] (save console; thanks Corinna)
6746 # setup mode. Shift-s should be a configuration save to NVRAM.
7290 # This uses the second page memory option to save & restore screen
11122 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context,
11125 aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video,
11485 # save the setup with ^S.
14174 #ESC m save current config to NVRAM
15858 # and factory color maps. After setting these modes, save them with NVSAVE. No
15903 # and factory color maps. After setting these modes, save the
[all...]

Completed in 782 milliseconds

<<11