Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dsgtty.h49 #define TBDELAY 002000 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h39 #define TBDELAY O_TBDELAY macro
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h101 #define TBDELAY O_TBDELAY macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h98 #define TBDELAY O_TBDELAY macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x111 const TBDELAY = 0x00000c00; /* horizontal tab delay */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x105 const TBDELAY = 0x00000c00; /* horizontal tab delay */ variable
/titanic_41/usr/src/cmd/vi/misc/
H A Ddel.h.cb88 int TBbits = TBDELAY;
/titanic_41/usr/src/cmd/tput/
H A Dtput.c406 int TBbits = TBDELAY;
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c292 nttyparm.sg_flags &= ~(ECHO | TBDELAY); in tty_raw()