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

1 2 3

  /src/distrib/landisk/ramdisk/
dot.profile 54 echo 'erase ^?, werase ^W, kill ^U, intr ^C'
55 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/sys/dev/hpc/
hpcfbvar.h 47 void (*erase)(void *, int, int, int, int, int); member in struct:hpcfb_accessops
  /src/distrib/sgimips/ramdisk/
dot.profile 54 echo 'erase ^?, werase ^W, kill ^U, intr ^C'
55 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/bin/ksh/
edit.h 32 int erase; member in struct:__anon361866260108
edit.c 49 edchars.erase = edchars.kill = edchars.intr = edchars.quit
215 edchars.erase = cb.c_cc[VERASE];
253 edchars.erase = cb.sgttyb.sg_erase;
288 if (edchars.erase == vdisable_c)
289 edchars.erase = -1;
  /src/distrib/amd64/cdroms/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/amd64/installimage/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/amd64/installimage-bios/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/i386/cdroms/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/evbarm/installimage/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/i386/installimage/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/sparc64/cdroms/installcd/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/distrib/vax/cdroms/installcd/
install.sh 68 stty newcrt werase ^W intr ^C kill ^U erase ^?
  /src/games/robots/
init_field.c 87 erase();
  /src/lib/libcurses/
erase.c 1 /* $NetBSD: erase.c,v 1.38 2024/12/23 02:58:03 blymn Exp $ */
35 static char sccsid[] = "@(#)erase.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: erase.c,v 1.38 2024/12/23 02:58:03 blymn Exp $");
49 * erase --
53 erase(void) function in typeref:typename:int
  /src/sys/dev/ic/
icp_ioctl.c 222 switch (evt->erase) {
262 icp_readapp_event(icp, (u_int8_t) evt->erase, e);
icp_ioctl.h 158 int erase; member in struct:gdt_event
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCommand.h 80 Args.erase(std::remove(Args.begin(), i, Arg), i);
121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i);
  /src/lib/libc/gen/
getpass.c 175 #define erase() (void)write(fd[1], "\b \b", 3) macro
205 erase();
211 /* Character erase */
218 erase();
  /src/lib/libcurses/EXAMPLES/
ex1.c 133 erase(); /* Initially, clear the screen */
243 erase();
334 erase(); /* Terminate by erasing the screen */
  /src/games/sail/
lo_main.c 76 erase();
  /src/sys/dev/flash/
flash.h 79 * struct erase_instruction - instructions to erase a flash eraseblock
98 int (*erase)(device_t, struct flash_erase_instruction *); member in struct:flash_interface
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 54 EXPECT_TRUE(t_s.erase(idx));
104 s.erase(bit);
  /src/sys/ufs/chfs/
ebh.h 62 * @ec_hdr: erase counter header ob eraseblock
127 * @erase_cnt: erase counter
152 * @erase: queue of the physical eraseblocks signed to erase
155 * @sum_of_ec: summary of erase counters
165 struct scan_leb_queue erase; member in struct:chfs_scan_info
175 * @erase_cnt: erase counter of the physical eraseblock
177 * @u.queue: link to the queue of the PEBs waiting for erase
206 * @mark_eb_hdr_free: marks eraseblock header free (after erase)
259 * @to_erase: list of the PEBs waiting for erase
    [all...]
  /src/usr.sbin/sysinst/
msg.pm.fr 161 message erase {Fonction d'effacement s�curis�}

Completed in 47 milliseconds

1 2 3