Home
last modified time | relevance | path

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

/netbsd/src/bin/stty/
Dstty.c80 fmt = STTY_POSIX; in main()
115 case STTY_POSIX: in main()
Dstty.h58 enum FMT { STTY_NOTSET, STTY_GFLAG, STTY_BSD, STTY_POSIX }; enumerator
Dprint.c167 if (fmt == STTY_POSIX) { in print()