Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/netbsd/external/bsd/nvi/docs/internals/
H A Dautowrite42 # 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 Dirs.h49 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 Dcollect.c297 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 Dnouveau_nvkm_falcon_cmdq.c33 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 Dmsvc.c97 #ifdef rewind
98 #undef rewind
101 rewind (FILE *fp) in rewind() function
/netbsd/external/bsd/elftosb/dist/common/
H A Doptions.h79 rewind(void) = 0;
111 rewind(void);
146 rewind(void);
/netbsd/distrib/sun2/
H A DMakeInstTape17 mt -f $T rewind
26 mt -f $T rewind
H A DMakeBootTape18 mt -f $T rewind
32 mt -f $T rewind
/netbsd/distrib/sun3/
H A DMakeInstTape17 mt -f $T rewind
26 mt -f $T rewind
H A DMakeBootTape19 mt -f $T rewind
37 mt -f $T rewind
/netbsd/usr.bin/ctags/
H A Dctags.c239 rewind(inf); in find_entries()
256 rewind(inf); in find_entries()
272 rewind(inf); in find_entries()
/netbsd/sbin/raidctl/
H A Drf_configure.c156 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 Dgen_ng.c90 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 Dgen_pr.c93 pr->rewind = pr_rewind; in irs_gen_pr()
126 (*pr->rewind)(pr); in pr_next()
174 (*pr->rewind)(pr); in pr_rewind()
H A Dgen_pw.c98 pw->rewind = pw_rewind; in irs_gen_pw()
131 (*pw->rewind)(pw); in pw_next()
145 (*pw->rewind)(pw); in pw_rewind()
H A Dgen_sv.c94 sv->rewind = sv_rewind; in irs_gen_sv()
127 (*sv->rewind)(sv); in sv_next()
175 (*sv->rewind)(sv); in sv_rewind()
H A Dgen_nw.c96 nw->rewind = nw_rewind; in irs_gen_nw()
137 (*nw->rewind)(nw); in nw_next()
197 (*nw->rewind)(nw); in nw_rewind()
H A Dgen_ho.c105 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 DSnippetGenerator.h129 void rewind() { Position = Range.begin(); } in rewind() function
137 rewind();
146 rewind(); in WrappingIterator()
/netbsd/external/bsd/flex/dist/tests/
H A Drescan_r.direct.l68 rewind(fp);
85 rewind(fp);
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-io_raw.c98 rewind (fp); in check_in()
173 rewind (fp); in check_out()
241 rewind (fp); in check_rand()
H A Dio.c103 rewind (fp); in main()
112 rewind (fp); in main()
/netbsd/external/lgpl3/gmp/dist/tests/mpq/
H A Dio.c88 rewind (fp); in main()
97 rewind (fp); in main()
/netbsd/distrib/vax/tk50/
H A DMakefile19 mt -f /dev/r${TAPEDEV} rewind
35 mt -f /dev/r${TAPEDEV} rewind
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_str.c206 rewind (tmp); in testmain()
218 rewind (tmp); in testmain()

12345678910>>...13