tabStops          336 src/dps8/dps8_console.c     bool tabStops [bufsize];
tabStops          412 src/dps8/dps8_console.c         memset (console_state[i].tabStops, 0, sizeof (console_state[i].tabStops));
tabStops          453 src/dps8/dps8_console.c         memset (csp->tabStops, 0, sizeof (csp->tabStops));
tabStops         1936 src/dps8/dps8_console.c         csp->tabStops[csp->carrierPosition] = true;
tabStops         1939 src/dps8/dps8_console.c       memset (csp->tabStops, 0, sizeof (csp->tabStops));
tabStops         1950 src/dps8/dps8_console.c       if (csp->tabStops[csp->carrierPosition])