Home
last modified time | relevance | path

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

/coreutils/src/
Dstty.c148 #if defined VDISCARD && !defined VFLUSHO
149 # define VFLUSHO VDISCARD macro
151 #if defined VFLUSH && !defined VFLUSHO /* Ultrix 4.2 */
152 # define VFLUSHO VFLUSH macro
163 #if defined VFLUSHO && !defined CFLUSHO
424 #ifdef VFLUSHO
425 {"flush", CFLUSHO, VFLUSHO}, /* deprecated compat option. */
426 {"discard", CFLUSHO, VFLUSHO},
571 #ifdef VFLUSHO in usage()
1932 #ifdef VFLUSHO in display_changed()
[all …]