Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h180 #define O_TBDELAY 002000 /* horizontal tab delay */
210 #define O_TBDELAY 0x00000c00 /* horizontal tab delay */ macro
227 (O_NLDELAY|O_TBDELAY|O_CRDELAY|O_VTDELAY|O_BSDELAY)
H A Dioctl.h99 #define TBDELAY O_TBDELAY
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h96 #define TBDELAY O_TBDELAY
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c771 tabflag = defflags & O_TBDELAY; in doit()
1312 sb.sg_flags &= ~(O_CBREAK|O_RAW|O_TBDELAY); in mode()
1325 if ((sb.sg_flags & O_TBDELAY) == O_XTABS) in mode()
1326 sb.sg_flags &= ~O_TBDELAY; in mode()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1164 switch (csp->t_flags & O_TBDELAY) { in from_compat()