Home | History | Annotate | Download | only in terminal

Lines Matching refs:Tabs

836   private byte[] Tabs;
1681 Tabs[C] = 1;
1734 // Don't overwrite or insert! TABS are not destructive, but movement!
1736 } while (C < columns && (Tabs[C] == 0));
2057 Tabs[C] = 1;
2617 Tabs = new byte[width];
2620 Tabs[C] = 0;
3212 /* reset tabs */
3217 Tabs = new byte[nw];
3219 Tabs[i] = 1;