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

12

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Darparse.h48 SAVE = 274, enumerator in enum:yytokentype
68 #define SAVE 274 macro
H A Darlex.l57 "SAVE" { return SAVE; }
72 "save" { return SAVE; }
H A Darparse.y59 %token SAVE
130 SAVE
H A Darparse.c72 SAVE = 274, enumerator in enum:yytokentype
92 #define SAVE 274 macro
371 "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE", "SAVE", "OPEN",
H A Darlex.c817 { return SAVE; }
892 { return SAVE; }
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.c257 STR_BSHELL = SAVE(_PATH_BSHELL);
260 STR_SHELLPATH = SAVE(_PATH_TCSHELL);
263 STR_SHELLPATH = SAVE(_PATH_CSHELL);
268 STR_WORD_CHARS = SAVE(WORD_CHARS);
281 ffile = SAVE(tempv[0]);
406 setv(STRtty, cp = SAVE(ttyn + 5), VAR_READWRITE);
408 setv(STRtty, cp = SAVE(ttyn), VAR_READWRITE);
411 setv(STRtty, cp = SAVE(""), VAR_READWRITE);
507 cp = quote(SAVE(tcp));
541 setv(STRuser, quote(SAVE(cu
[all...]
H A Dsh.dir.c85 cwd = SAVE(buf);
124 cp = SAVE("/");
150 tcp = SAVE(cwd);
H A Dtc.str.c109 *dst++ = SAVE(*src);
H A Dsh.h106 # define SAVE(a) (Strsave(str2short(a))) macro
114 # define SAVE(a) (strsave(a)) macro
H A Ded.chared.c607 buf = SAVE("");
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DTEST.mk47 :SAVE: $$(B).tst
125 :SAVE: $(B).tst
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A DMakefile.in75 SAVE = $(HEADER) $(SRC_ALL) $(SRC_SIG) $(SRC_CNF) $(SRC_ZKT) $(SRC_KLS) \
78 #MNTSAVE = $(SAVE) configure.ac config.h.in doc
170 $(PROJECT)-$(VERSION).tar.gz: $(SAVE)
173 distfiles=`ls -d $(SAVE) | sed 's|^|$(PROJECT)-$(VERSION)/|'` ;\
/macosx-10.10/vim-55/runtime/syntax/
H A Domnimark.vim37 syn keyword omnimarkKeywords SAVE SAVE-CLEAR SCAN SELECT SET SGML SGML-COMMENT SGML-DECLARATION-END SGML-DTD SGML-DTDS SGML-ERROR SGML-IN SGML-OUT SGML-PARSE SGML-PARSER SHIFT SUBMIT SUCCEED SUPPRESS
H A Dsinda.vim47 syn keyword sindaOptions TITLE PPSAVE RSI RSO OUTPUT SAVE QMAP USER1 USER2
H A Dforth.vim238 syn keyword forthBlocks SAVE-BUFFERS SAVE-BUFFER FLUSH THRU +LOAD +THRU
H A Dclipper.vim35 syn keyword clipperStatement RUN SAVE SEEK SELECT
H A Dsdl.vim75 syn keyword sdlInput INPUT START STOP RETURN NONE SAVE PRIORITY
H A Dasm68k.vim318 syn match asm68kDirective "\<SAVE\>"
H A Didlang.vim179 syn keyword idlangRoutine ROUTINE_INFO RS_TEST S_TEST SAVE SAVGOL SCALE3
H A Dopenroad.vim34 syntax keyword openroadKeyword RETURN RETURNING REVOKE ROLE ROLLBACK RULE SAVE
H A Dvera.vim225 syn keyword veraConstant SAMPLE SAVE SEMAPHORE SET SILENT STATE stderr
H A Dbaan.vim576 syn keyword baanConstant FC.SAVE.FRM.ST
577 syn keyword baanConstant FC.SAVE.SELECT
751 syn keyword baanConstant SAVE.DEFAULTS
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl858 if {[$g node keyexists $current SAVE]} {
859 lappend pending [$g node get $current SAVE]
1364 $g node set $n SAVE $nok
1383 $g node set $n SAVE $nfl
1394 $g node set $n SAVE $nok
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c65 #define SAVE(p) PUSH(p->obj); macro
66 #define GUARD_OBJ(p,y) {p=y;SAVE(p);}
868 SAVE(b);
922 SAVE(b);
999 SAVE(b);
1183 SAVE(b);
1211 SAVE(b);
1250 SAVE(c);SAVE(res);SAVE(di
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex6194 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
6204 % eat @SAVE -- beware, all of them have catcode \other:
6207 \gdef\gobblesave @SAVE{}

Completed in 439 milliseconds

12