/netbsd/external/bsd/nvi/docs/internals/ |
H A D | autowrite | 42 # In nvi, :next and :prev commands behave identically to :rewind. 49 :rewind Y Y Y Abandon changes and jump. 50 :rewind Y Y N Write changes and jump. 51 :rewind Y N Y Abandon changes and jump. 52 :rewind Y N N Error. 53 :rewind N * * Jump. 56 # Note, this behavior is the same as :rewind and friends, as well.
|
/netbsd/external/bsd/libbind/dist/include/ |
H A D | irs.h | 49 void (*rewind) __P((struct irs_gr *)); member 65 void (*rewind) __P((struct irs_pw *)); member 82 void (*rewind) __P((struct irs_sv *)); member 98 void (*rewind) __P((struct irs_pr *)); member 116 void (*rewind) __P((struct irs_ho *)); member 134 void (*rewind) __P((struct irs_nw *)); member 152 void (*rewind) __P((struct irs_ng *, const char *)); member
|
/netbsd/usr.bin/mail/ |
H A D | collect.c | 297 rewind(fp); in savedeadletter() 325 rewind(collf); in coll_int() 338 rewind(collf); in coll_hup() 663 rewind(fbuf); in collect() 700 rewind(collf); in collect() 724 rewind(collf); in collect() 736 rewind(collf); in collect() 746 rewind(collf); in collect() 759 rewind(collf); in collect()
|
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/ |
H A D | nouveau_nvkm_falcon_cmdq.c | 33 nvkm_falcon_cmdq_has_room(struct nvkm_falcon_cmdq *cmdq, u32 size, bool *rewind) in nvkm_falcon_cmdq_has_room() argument 46 *rewind = true; in nvkm_falcon_cmdq_has_room() 81 bool rewind = false; in nvkm_falcon_cmdq_open() local 85 if (!nvkm_falcon_cmdq_has_room(cmdq, size, &rewind)) { in nvkm_falcon_cmdq_open() 93 if (rewind) in nvkm_falcon_cmdq_open()
|
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/ |
H A D | msvc.c | 97 #ifdef rewind 98 #undef rewind 101 rewind (FILE *fp) in rewind() function
|
/netbsd/external/bsd/elftosb/dist/common/ |
H A D | options.h | 79 rewind(void) = 0; 111 rewind(void); 146 rewind(void);
|
/netbsd/distrib/sun2/ |
H A D | MakeInstTape | 17 mt -f $T rewind 26 mt -f $T rewind
|
H A D | MakeBootTape | 18 mt -f $T rewind 32 mt -f $T rewind
|
/netbsd/distrib/sun3/ |
H A D | MakeInstTape | 17 mt -f $T rewind 26 mt -f $T rewind
|
H A D | MakeBootTape | 19 mt -f $T rewind 37 mt -f $T rewind
|
/netbsd/usr.bin/ctags/ |
H A D | ctags.c | 239 rewind(inf); in find_entries() 256 rewind(inf); in find_entries() 272 rewind(inf); in find_entries()
|
/netbsd/sbin/raidctl/ |
H A D | rf_configure.c | 156 rewind(fp); in rf_MakeConfig() 193 rewind(fp); in rf_MakeConfig() 206 rewind(fp); in rf_MakeConfig() 256 rewind(fp); in rf_MakeConfig() 289 rewind(fp); in rf_MakeConfig() 315 rewind(fp); in rf_MakeConfig()
|
/netbsd/external/bsd/libbind/dist/irs/ |
H A D | gen_ng.c | 90 ng->rewind = ng_rewind; in irs_gen_ng() 124 (*ng->rewind)(ng, pvt->curgroup); in ng_next() 160 (*ng->rewind)(ng, pvt->curgroup); in ng_rewind()
|
H A D | gen_pr.c | 93 pr->rewind = pr_rewind; in irs_gen_pr() 126 (*pr->rewind)(pr); in pr_next() 174 (*pr->rewind)(pr); in pr_rewind()
|
H A D | gen_pw.c | 98 pw->rewind = pw_rewind; in irs_gen_pw() 131 (*pw->rewind)(pw); in pw_next() 145 (*pw->rewind)(pw); in pw_rewind()
|
H A D | gen_sv.c | 94 sv->rewind = sv_rewind; in irs_gen_sv() 127 (*sv->rewind)(sv); in sv_next() 175 (*sv->rewind)(sv); in sv_rewind()
|
H A D | gen_nw.c | 96 nw->rewind = nw_rewind; in irs_gen_nw() 137 (*nw->rewind)(nw); in nw_next() 197 (*nw->rewind)(nw); in nw_rewind()
|
H A D | gen_ho.c | 105 ho->rewind = ho_rewind; in irs_gen_ho() 265 (*ho->rewind)(ho); in ho_next() 279 (*ho->rewind)(ho); in ho_rewind()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetGenerator.h | 129 void rewind() { Position = Range.begin(); } in rewind() function 137 rewind(); 146 rewind(); in WrappingIterator()
|
/netbsd/external/bsd/flex/dist/tests/ |
H A D | rescan_r.direct.l | 68 rewind(fp); 85 rewind(fp);
|
/netbsd/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-io_raw.c | 98 rewind (fp); in check_in() 173 rewind (fp); in check_out() 241 rewind (fp); in check_rand()
|
H A D | io.c | 103 rewind (fp); in main() 112 rewind (fp); in main()
|
/netbsd/external/lgpl3/gmp/dist/tests/mpq/ |
H A D | io.c | 88 rewind (fp); in main() 97 rewind (fp); in main()
|
/netbsd/distrib/vax/tk50/ |
H A D | Makefile | 19 mt -f /dev/r${TAPEDEV} rewind 35 mt -f /dev/r${TAPEDEV} rewind
|
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/ |
H A D | t-mpq_str.c | 206 rewind (tmp); in testmain() 218 rewind (tmp); in testmain()
|