HomeSort by: relevance | last modified time | path
    Searched refs:SAVE (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/binutils/
arlex.l 61 "SAVE" { return SAVE; }
76 "save" { return SAVE; }
arparse.h 73 SAVE = 274, /* SAVE */
99 #define SAVE 274
arparse.y 59 %token SAVE
130 SAVE
arparse.c 166 SAVE = 274, /* SAVE */
192 #define SAVE 274
244 YYSYMBOL_SAVE = 19, /* SAVE */
295 save space and decrease cache pressure. Promoting to a signed type
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1318 case 29: /* save_command: SAVE */
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.l 61 "SAVE" { return SAVE; }
76 "save" { return SAVE; }
arparse.h 73 SAVE = 274, /* SAVE */
99 #define SAVE 274
arparse.y 59 %token SAVE
130 SAVE
arparse.c 166 SAVE = 274, /* SAVE */
192 #define SAVE 274
244 YYSYMBOL_SAVE = 19, /* SAVE */
295 save space and decrease cache pressure. Promoting to a signed type
681 "SAVE", "OPEN", "'('", "')'", "','", "$accept", "start", "$@1",
1318 case 29: /* save_command: SAVE */
  /src/games/gomoku/
stoc.c 57 if (s == SAVE)
58 return "save";
73 if (strcmp(mp, "save") == 0)
74 return SAVE;
gomoku.h 46 * calculating spot coordinates. The left and right border overlap, to save a
78 #define SAVE 5
bdisp.c 289 end = buf + size - 1; /* save room for the '\0' */
349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
453 return SAVE;
  /src/external/gpl2/xcvs/dist/contrib/
cln_hist.in 55 # Save whole line keyed by tag|module
60 # Save whole line
68 # Pass2 -- print out what we want to save.
70 open(SAVE, ">$h.work");
80 # Save whole line
86 print SAVE $_;
  /src/external/lgpl3/gmp/dist/tests/
amd64check.c 46 #define SAVE 9
x86check.c 45 #define SAVE 7
  /src/bin/csh/
csh.c 221 STR_BSHELL = SAVE(_PATH_BSHELL);
224 STR_SHELLPATH = SAVE(_PATH_CSHELL);
228 STR_WORD_CHARS = SAVE(WORD_CHARS);
322 cp = quote(SAVE(ecp));
338 set(STRuser, quote(SAVE(ecp)));
340 set(STRterm, quote(SAVE(ecp)));
403 arginp = SAVE(tempv[0]);
465 ffile = SAVE(tempv[0]);
511 * Save the remaining arguments in argv.
960 * in the event of a HUP we want to save the histor
    [all...]
csh.h 68 #define SAVE(a) (Strsave(str2short(a)))
72 #define SAVE(a) (strsave(a))
316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
520 * setname is a macro to save space (see sh.err.c)
dir.c 103 cp = SAVE("/");
127 cp = dcanon(SAVE(ecp), STRNULL);
643 sp = p; /* save slash address */
649 p = sp; /* save start of component */
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 41 movl %a3, %d3 | SAVE a3 in d3
42 movl %a4, %d5 | SAVE a4 in d5
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.h 194 SAVE = 395, /* SAVE */
363 #define SAVE 395
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.h 194 SAVE = 395, /* SAVE */
363 #define SAVE 395
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 177 #define SAVE 0x9de3bfa0 /* i.e. `save %sp,-96,%sp' */
180 obj->pltgot[0] = SAVE;
  /src/external/mpl/bind/dist/lib/ns/
query.c 197 * SAVE and RESTORE have the same semantics as:
204 * We use the names SAVE and RESTORE to show the operation being performed,
207 #define SAVE(a, b) \
213 #define RESTORE(a, b) SAVE(a, b)
2380 * Save the updated secure state. Ignore failures.
3464 SAVE(st->m.zone, *zonep);
3465 SAVE(st->m.db, *dbp);
3466 SAVE(st->m.node, *nodep);
3469 * Save the replacement rdataset from the policy
3472 SAVE(trdataset, st->m.rdataset)
    [all...]
  /src/games/battlestar/
extern.h 180 #define SAVE 1046
372 void save(const char *);
words.c 188 { "save", SAVE, VERB, NULL },
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 220 #define SAVE 0x9de3bf50 /* i.e. `save %sp,-176,%sp' */
236 pltgot[0] = SAVE;
260 * Somehow we need to issue a save to get a new stack

Completed in 51 milliseconds

1 2 3