Home
last modified time | relevance | path

Searched refs:CONS_CLRHIST (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dschistory.c315 case CONS_CLRHIST: in sc_hist_ioctl()
/freebsd/sys/sys/
H A Dconsio.h127 #define CONS_CLRHIST _IO('c', 10) macro
/freebsd/sys/kern/
H A Dsubr_terminal.c478 if ((error == 0) && (cmd == CONS_CLRHIST)) { in termtty_ioctl()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c1369 if (ioctl(0, CONS_CLRHIST) == -1) { in clear_history()
/freebsd/sys/dev/vt/
H A Dvt_core.c2812 case CONS_CLRHIST: in vtterm_ioctl()