Home
last modified time | relevance | path

Searched refs:LFLUSHO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.print.c249 lmode & LFLUSHO) { in flush()
250 lmode = LFLUSHO; in flush()
H A Ded.term.c48 { "local:", (LCRTBS|LCRTERA|LCRTKIL), (LPRTERA|LFLUSHO) },
62 { "local:", (LCRTBS|LCRTERA|LCRTKIL), (LPRTERA|LFLUSHO) },
424 # ifdef LFLUSHO
425 { "lflusho",LFLUSHO,M_LOCAL },
/freebsd/sys/sys/
H A Dioctl_compat.h139 #define LFLUSHO (FLUSHO>>16) macro
/freebsd/include/rpcsvc/
H A Drex.x185 const LFLUSHO = 0x0080; /* flush output to terminal */ variable