Searched refs:fTabStops (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp122 fTabStops(NULL),
134 delete[] fTabStops;
747 for (x = fCursor.x + 1; x < fWidth && !fTabStops[x]; x++)
777 for (; x >=0 && !fTabStops[x]; x--)
1017 fTabStops[x] = true;
1025 fTabStops[x] = false;
1033 fTabStops[i] = false;
1459 if (fTabStops != NULL)
1460 delete[] fTabStops;
1462 fTabStops
[all...]
H A DBasicTerminalBuffer.h249 bool* fTabStops; member in class:BasicTerminalBuffer

Completed in 24 milliseconds