Searched refs:O_TBDELAY (Results 1 – 7 of 7) sorted by relevance
182 #define O_TBDELAY 002000 /* horizontal tab delay */212 #define O_TBDELAY 0x00000c00 /* horizontal tab delay */ macro229 (O_NLDELAY|O_TBDELAY|O_CRDELAY|O_VTDELAY|O_BSDELAY)
101 #define TBDELAY O_TBDELAY
103 #define O_TBDELAY 0x00000c00 /* horizontal tab delay */ macro119 #define O_ALLDELAY (O_NLDELAY|O_TBDELAY|O_CRDELAY|O_VTDELAY|O_BSDELAY)
39 #define TBDELAY O_TBDELAY
98 #define TBDELAY O_TBDELAY
771 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()
1262 switch (csp->t_flags & O_TBDELAY) { in from_compat()