Searched refs:SAVE (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/bin/sh/funcs/
H A Ddirs42 SAVE=`pwd`
54 DSTACK="$SAVE $DSTACK"
H A Dpopd42 SAVE=`pwd`
54 DSTACK="$SAVE $DSTACK"
H A Dpushd42 SAVE=`pwd`
54 DSTACK="$SAVE $DSTACK"
/freebsd-11-stable/contrib/binutils/binutils/
H A Darlex.l57 "SAVE" { return SAVE; }
72 "save" { return SAVE; }
H A Darparse.y59 %token SAVE
130 SAVE
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l67 SAVE|save { return (SAVE); }
H A Dacpyacc.y104 %token SAVE
214 : SAVE { arscp_save(); }
511 * Quit ar(1). Note that the 'END' cmd will not 'SAVE' the current
/freebsd-11-stable/usr.bin/ar/
H A Dacplex.l67 SAVE|save { return (SAVE); }
H A Dacpyacc.y104 %token SAVE
214 : SAVE { arscp_save(); }
529 * Quit ar(1). Note that END cmd will not SAVE current archive
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c338 STR_BSHELL = SAVE(_PATH_BSHELL);
341 STR_SHELLPATH = SAVE(_PATH_TCSHELL);
344 STR_SHELLPATH = SAVE(_PATH_CSHELL);
347 STR_WORD_CHARS = SAVE(WORD_CHARS);
348 STR_WORD_CHARS_VI = SAVE(WORD_CHARS_VI);
364 ffile = SAVE(tempv[0]);
485 setv(STRcdtohome, SAVE(""), VAR_READWRITE);
497 setv(STRtty, cp = SAVE(ttyn + 5), VAR_READWRITE);
499 setv(STRtty, cp = SAVE(ttyn), VAR_READWRITE);
502 setv(STRtty, cp = SAVE(""), VAR_READWRIT
[all...]
H A Dsh.dir.c82 cwd = SAVE(buf);
121 cp = SAVE("/");
147 tcp = SAVE(cwd);
H A Dsh.h115 # define SAVE(a) (Strsave(str2short(a))) macro
123 # define SAVE(a) (strsave(a)) macro
H A Dtc.str.c178 *dst++ = SAVE(*src);
H A Ded.chared.c603 buf = SAVE("");
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c64 SAVE = 1 enumerator in enum:__anon13720
110 action = SAVE;
227 case SAVE:
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y82 static inline void SAVE(void);
83 static inline void SAVE(void)
105 #define SAVE() onowarn = nowarn
1365 SAVE();
1370 SAVE();
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm35 /* THE SAVE AND RESTORE ROUTINES CAN HAVE ONLY ONE GLOBALLY VISIBLE
H A Ddarwin-vecsave.asm38 THE SAVE AND RESTORE ROUTINES CAN HAVE ONLY ONE GLOBALLY VISIBLE
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c808 #define SAVE 0x9de3bf50 macro
834 pltgot[0] = SAVE;
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c385 CURSES_NAME(SAVE),
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6458 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
6468 % eat @SAVE -- beware, all of them have catcode \other:
6471 \gdef\gobblesave @SAVE{}
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex6329 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
6339 % eat @SAVE -- beware, all of them have catcode \other:
6342 \gdef\gobblesave @SAVE{}
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8378 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
8388 % eat @SAVE -- beware, all of them have catcode \other:
8391 \gdef\gobblesave @SAVE{}

Completed in 415 milliseconds