Searched refs:ERASE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/top/
H A Ddisplay.c89 static enum { OFF, ON, ERASE } header_status = ON; enumerator in enum:__anon1
825 else if (header_status == ERASE)
840 if (header_status == ERASE)
1007 header_status = ERASE;
/freebsd-10-stable/libexec/getty/
H A Dmain.c129 #define ERASE tmode.c_cc[VERASE] macro
583 else if (c == ERASE || c == '\b' || c == 0177) {
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_termios.c258 svr4_to_bsd_char(V,ERASE);
358 bsd_to_svr4_char(V,ERASE);
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_sa.h944 #define ERASE 0x19 macro
H A Dscsi_sa.c5646 scsi_cmd->opcode = ERASE;

Completed in 178 milliseconds