Searched refs:save (Results 1 - 25 of 1743) sorted by path

1234567891011>>

/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex6769 % We save the uninterpreted tokens, rather than creating a box.
7582 % First we save the token context, and initialize argument numbering.
8350 % In case a @footnote appears in a vbox, save the footnote text and create
8353 % Similarly, if a @footnote appears inside an alignment, save the footnote
8743 % xref label, in the form LABEL-title, which is how we save it in the
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.cmd3 rem -- DNS cache save/load script
96 echo s - Save - save Unbound DNS cache contents to plain file with domain names.
99 echo filename - file to save/load dumped cache. If not specified, %program_path%\%fname% will be used instead.
H A Dunbound_cache.sh4 # -- DNS cache save/load script
45 $ECHO "s - Save - save Unbound DNS cache contents to plain file with domain names."
48 $ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used instead."
151 -s | -S) save="1";;
152 -l | -L) save="0";;
153 -r | -R) save="2";;
166 if [ "$save" = "1" ]; then
168 elif [ "$save" = "0" ]; then
170 elif [ "$save" = "2" ]; then
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dstrtol.c273 const STRING_TYPE *save, *end; variable
313 save = s = nptr;
350 save = s;
399 if (s == save)
437 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
438 && save[-2] == L_('0'))
439 *endptr = (STRING_TYPE *) &save[-1];
/netbsd-current/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex309 respectively. To save space in the blob, the current version of the
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c251 const STRING_TYPE *save, *end; local
291 save = s = nptr;
328 save = s;
377 if (s == save)
415 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
416 && save[-2] == L_('0'))
417 *endptr = (STRING_TYPE *) &save[-1];
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c251 const STRING_TYPE *save, *end; local
291 save = s = nptr;
328 save = s;
377 if (s == save)
415 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
416 && save[-2] == L_('0'))
417 *endptr = (STRING_TYPE *) &save[-1];
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dstrtol.c277 const STRING_TYPE *save, *end; variable
317 save = s = nptr;
354 save = s;
403 if (s == save)
441 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
442 && save[-2] == L_('0'))
443 *endptr = (STRING_TYPE *) &save[-1];
/netbsd-current/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh5811 -sOutputFile="${md_modefile}" -c save pop -f "${_mp_psfile}"
/netbsd-current/external/gpl2/groff/dist/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
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A DDvi.c170 SaveToFile, /* save */
564 (*((DviWidgetClass) XtClass(w))->command_class.save)(w, fp);
600 if (wc->command_class.save == InheritSaveToFile)
601 wc->command_class.save = super->command_class.save;
H A DDviP.h30 /* Type for save method. */
40 DviSaveProc save; member in struct:_DviClass
/netbsd-current/external/gpl2/texinfo/dist/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
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dinsertion.c2327 int save = inhibit_paragraph_indentation;
2332 inhibit_paragraph_indentation = save;
2320 int save = inhibit_paragraph_indentation; local
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautom4te.in156 -o, --output=FILE save output in FILE (defaults to \`-\', stdout)
453 # Run m4 on the input files, and save the traces on the @MACRO.
519 # forbidden tokens, and save into $OUTPUT.
1055 Autom4te::C4che->save ($icache_file);
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex6708 % We save the uninterpreted tokens, rather than creating a box.
7518 % First we save the token context, and initialize argument numbering.
8286 % In case a @footnote appears in a vbox, save the footnote text and create
8289 % Similarly, if a @footnote appears inside an alignment, save the footnote
8679 % xref label, in the form LABEL-title, which is how we save it in the
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DC4che.pm165 =item C<Autom4te::C4che-E<gt>save ($file)>
173 sub save ($$) subroutine
177 confess "cannot save a single request\n"
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk31 # Do not save the original name or timestamp in the .tar.gz file.
552 re='\<(openat_(permissive|needs_fchdir|(save|restore)_fail)|l?(stat|ch(own|mod))at|(euid)?accessat)\>' \
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm42 mov [rax+8], rbp ; /* save regs rbp and rsp */
190 mov r8, rsi ; /* save in so from can use it's reg */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpmath-sf.S654 subw sp, #16 ; save room for two unpacked values
902 subw sp, #16 ; save room for two unpacked values
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh64/misc/
H A Dfr-dr.s15 # save this reg.
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex6426 % We save the uninterpreted tokens, rather than creating a box.
7587 % In case a @footnote appears in a vbox, save the footnote text and create
7590 % Similarly, if a @footnote appears inside an alignment, save the footnote
7966 % xref label, in the form LABEL-title, which is how we save it in the
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm42 mov [rax+8], rbp ; /* save regs rbp and rsp */
190 mov r8, rsi ; /* save in so from can use it's reg */
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm42 mov [rax+8], rbp ; /* save regs rbp and rsp */
190 mov r8, rsi ; /* save in so from can use it's reg */
/netbsd-current/bin/ksh/
H A Dsyn.c42 static void nesting_push ARGS((struct nesting_state *save, int tok));
760 nesting_push(save, tok)
761 struct nesting_state *save;
764 *save = nesting;
870 char *save = (char *) 0; local
892 save = wdcopy(yylval.iop->flag == IOREAD ?
895 save = yylval.cp;
901 if (!save) {
905 save = wdcopy(dbtest_tokens[(int) meta], ATEMP);
907 XPput(*te->pos.av, save);
[all...]

Completed in 572 milliseconds

1234567891011>>