Home
last modified time | relevance | path

Searched refs:SAVE (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darlex.l61 "SAVE" { return SAVE; }
76 "save" { return SAVE; }
H A Darparse.h73 SAVE = 274, /* SAVE */ enumerator
99 #define SAVE 274 macro
H A Darparse.y59 %token SAVE
130 SAVE
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darlex.l61 "SAVE" { return SAVE; }
76 "save" { return SAVE; }
H A Darparse.h73 SAVE = 274, /* SAVE */ enumerator
99 #define SAVE 274 macro
H A Darparse.y59 %token SAVE
130 SAVE
/netbsd-src/games/gomoku/
H A Dstoc.c57 if (s == SAVE) in stoc()
74 return SAVE; in ctos()
H A Dgomoku.h78 #define SAVE 5 macro
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dcln_hist.in70 open(SAVE, ">$h.work");
86 print SAVE $_;
/netbsd-src/bin/csh/
H A Dcsh.c221 STR_BSHELL = SAVE(_PATH_BSHELL); in main()
224 STR_SHELLPATH = SAVE(_PATH_CSHELL); in main()
228 STR_WORD_CHARS = SAVE(WORD_CHARS); in main()
322 cp = quote(SAVE(ecp)); in main()
338 set(STRuser, quote(SAVE(ecp))); in main()
340 set(STRterm, quote(SAVE(ecp))); in main()
403 arginp = SAVE(tempv[0]); in main()
465 ffile = SAVE(tempv[0]); in main()
1416 *blkp++ = SAVE(ptr) in defaultpath()
H A Dcsh.h68 #define SAVE(a) (Strsave(str2short(a))) macro
72 #define SAVE(a) (strsave(a)) macro
/netbsd-src/bin/sh/funcs/
H A Ddirs36 SAVE=`pwd`
48 DSTACK="$SAVE $DSTACK"
H A Dpopd36 SAVE=`pwd`
48 DSTACK="$SAVE $DSTACK"
H A Dpushd36 SAVE=`pwd`
48 DSTACK="$SAVE $DSTACK"
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h194 SAVE = 395, /* SAVE */ enumerator
363 #define SAVE 395 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.h194 SAVE = 395, /* SAVE */ enumerator
363 #define SAVE 395 macro
/netbsd-src/sys/arch/mvme68k/stand/libsa/
H A DSRT0.S41 movl %a3, %d3 | SAVE a3 in d3
42 movl %a4, %d5 | SAVE a4 in d5
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Dx86check.c45 #define SAVE 7 macro
H A Damd64check.c46 #define SAVE 9 macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_ctxnv40.c545 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_swap_state3d_3_is_save); in nv40_gr_construct_state3d_3()
630 cp_set (ctx, SWAP_DIRECTION, SAVE); in nv40_grctx_generate()
655 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_check_load); in nv40_grctx_generate()
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dquery.c197 * 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)
3403 SAVE(st->m.zone, *zonep); in dnsrps_set_p()
3404 SAVE(st->m.db, *dbp); in dnsrps_set_p()
3405 SAVE(st->m.node, *nodep); in dnsrps_set_p()
3411 SAVE(trdataset, st->m.rdataset); in dnsrps_rewrite_ip()
3412 SAVE(st->m.rdataset, *rdatasetp); in dnsrps_rewrite_ip()
3413 SAVE(*rdataset in dnsrps_rewrite_ip()
221 #define SAVE( global() macro
[all...]
/netbsd-src/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c177 #define SAVE 0x9de3bfa0 /* i.e. `save %sp,-96,%sp' */
180 obj->pltgot[0] = SAVE; in _rtld_relocate_nonplt_self()
168 #define SAVE _rtld_setup_pltgot() macro
/netbsd-src/external/public-domain/tz/dist/
H A Dnorthamerica173 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
330 # Rule NAME FROM TO - IN ON AT SAVE LETTER
415 # Rule NAME FROM TO - IN ON AT SAVE LETTER
484 # Rule NAME FROM TO - IN ON AT SAVE LETTER
537 # Rule NAME FROM TO - IN ON AT SAVE LETTER
904 # Rule NAME FROM TO - IN ON AT SAVE LETTER
923 # Rule NAME FROM TO - IN ON AT SAVE LETTER
942 # Rule NAME FROM TO - IN ON AT SAVE LETTER
967 # Rule NAME FROM TO - IN ON AT SAVE LETTER
984 # Rule NAME FROM TO - IN ON AT SAVE LETTE
[all...]
H A Deurope389 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
532 # In January 2018 we discovered that the negative SAVE values in the
539 # following data into two forms, one with negative SAVE values and the
547 # negative SAVE values are used.
548 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
586 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
678 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
784 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
838 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
925 # Rule NAME FROM TO - IN ON AT SAVE LETTE
[all...]
/netbsd-src/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c220 #define SAVE 0x9de3bf50 /* i.e. `save %sp,-176,%sp' */
236 pltgot[0] = SAVE;
211 #define SAVE global() macro

123456