Symbol: erase
bin/ksh/edit.c
215
edchars.erase = cb.c_cc[VERASE];
bin/ksh/edit.c
253
edchars.erase = cb.sgttyb.sg_erase;
bin/ksh/edit.c
288
if (edchars.erase == vdisable_c)
bin/ksh/edit.c
289
edchars.erase = -1;
bin/ksh/edit.c
49
edchars.erase = edchars.kill = edchars.intr = edchars.quit
bin/ksh/edit.h
32
int erase;
bin/ksh/emacs.c
1525
if (ec->erase >= 0) {
bin/ksh/emacs.c
1526
bind_if_not_bound(0, ec->erase, XFUNC_del_back);
bin/ksh/emacs.c
1527
bind_if_not_bound(1, ec->erase, XFUNC_del_bword);
bin/ksh/vi.c
410
} else if (ch == edchars.erase || ch == Ctrl('h')) {
bin/ksh/vi.c
574
if (ch == edchars.erase || ch == Ctrl('h')) {
games/cgram/cgram.c
330
erase();
games/mille/init.c
183
erase();
games/robots/init_field.c
87
erase();
games/sail/lo_main.c
76
erase();
games/sail/pl_7.c
1174
erase();
games/sail/pl_7.c
1357
erase();
games/sail/pl_7.c
723
erase();
games/sail/pl_7.c
904
erase();
games/snake/snake/snake.c
453
erase();
games/snake/snake/snake.c
683
erase();
lib/libc/gen/getpass.c
205
erase();
lib/libc/gen/getpass.c
218
erase();
lib/libcurses/EXAMPLES/ex1.c
133
erase(); /* Initially, clear the screen */
lib/libcurses/EXAMPLES/ex1.c
243
erase();
lib/libcurses/EXAMPLES/ex1.c
334
erase(); /* Terminate by erasing the screen */
lib/libcurses/PSD.doc/ex1.c
59
erase(); /* Initially, clear the screen */
lib/libcurses/PSD.doc/ex1.c
89
erase(); /* Terminate by erasing the screen */
lib/libcurses/PSD.doc/ex2.c
111
erase();
lib/libcurses/PSD.doc/ex2.c
204
erase();
lib/libcurses/PSD.doc/ex2.c
63
erase();
lib/libcurses/PSD.doc/life.c
150
erase(); /* clear out last position */
lib/libcurses/curses.h
561
int erase(void);
sys/arch/hpcsh/dev/hd64461/hd64461video.c
182
.erase = hd64461video_erase,
sys/dev/flash/flash.c
551
return sc->flash_if->erase(device_parent(self), &e);
sys/dev/flash/flash.h
98
int (*erase)(device_t, struct flash_erase_instruction *);
sys/dev/flash/flash_io.c
250
error = fio->fio_if->erase(fio->fio_dev, &ei);
sys/dev/hpc/hpcfb.c
1192
if (sc && sc->sc_accessops->erase
sys/dev/hpc/hpcfb.c
1198
(*sc->sc_accessops->erase)(sc->sc_accessctx,
sys/dev/hpc/hpcfb.c
1518
if (sc && sc->sc_accessops->erase
sys/dev/hpc/hpcfb.c
1523
(*sc->sc_accessops->erase)(sc->sc_accessctx,
sys/dev/hpc/hpcfbvar.h
47
void (*erase)(void *, int, int, int, int, int);
sys/dev/ic/icp_ioctl.c
222
switch (evt->erase) {
sys/dev/ic/icp_ioctl.c
262
icp_readapp_event(icp, (u_int8_t) evt->erase, e);
sys/dev/ic/icp_ioctl.h
158
int erase;
sys/dev/nand/nand.c
84
.erase = nand_flash_erase,
sys/dev/nor/nor.c
93
.erase = nor_flash_erase,
sys/ufs/chfs/ebh.c
1234
return scan_add_to_queue(si, pebnr, ec, &si->erase);
sys/ufs/chfs/ebh.c
1237
old->erase_cnt, &si->erase);
sys/ufs/chfs/ebh.c
1288
err = scan_add_to_queue(si, pebnr, erase_cnt, &si->erase);
sys/ufs/chfs/ebh.c
1342
return scan_add_to_queue(si, pebnr, ec, &si->erase);
sys/ufs/chfs/ebh.c
1345
old->pebnr, old->erase_cnt, &si->erase);
sys/ufs/chfs/ebh.c
1443
TAILQ_INIT(&si->erase);
sys/ufs/chfs/ebh.c
1478
EBH_QUEUE_DESTROY(&si->erase,
sys/ufs/chfs/ebh.c
1560
TAILQ_FOREACH(sleb, &si->erase, u.queue) {
sys/ufs/chfs/ebh.h
165
struct scan_leb_queue erase;
tests/lib/libcurses/slave/curses_commands.c
450
report_return(erase());