Searched refs:T_Tabs (Results 1 – 4 of 4) sorted by relevance
194 T_Tabs = tty_gettabs(&extty); in ed_Setup()216 if (T_Tabs) { /* order of &= and |= is important to XTABS */ in ed_Setup()341 if (T_Tabs) { /* order of &= and |= is important to XTABS */ in ed_Init()423 T_Tabs = 0; in Rawmode()425 T_Tabs = CanWeTab(); in Rawmode()467 if (T_Tabs) /* order of &= and |= is important to XTABS */ in Rawmode()477 if (T_Tabs) { /* order of &= and |= is important to XTABS */ in Rawmode()
390 s = strsave(T_Tabs ? "" : CGETS(7, 8, " not")); in TellTC()490 T_Tabs = Val(T_pt); in SetTC()556 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") : in EchoTC()1106 if (T_Tabs) { in MoveToChar()1131 if (T_Tabs ? (-del > ((where >> 3) + (where & 07))) in MoveToChar()1470 if (T_Tabs) in GetTermCaps()1471 T_Tabs = Val(T_pt); in GetTermCaps()
185 EXTERN char T_Tabs; /* true if tty interface is passing tabs */ variable
2047 8. T_Tabs was wrong for termio machines.