NTABS
static void scantab(char *scan, int tabvect[NTABS], int level);
static void repetab(char *scan, int tabvect[NTABS]);
static void arbitab(char *scan, int tabvect[NTABS]);
static void filetab(char *scan, int tabvect[NTABS], int level);
static void settabs(int tabvect[NTABS]);
int tabvect[NTABS]; /* build tab list here */
scantab(char *scan, int tabvect[NTABS], int level)
repetab(char *scan, int tabvect[NTABS])
if (limit > NTABS-2)
limit = NTABS-2;
arbitab(char *scan, int tabvect[NTABS])
for (i = 0; i < NTABS-1; ) {
filetab(char *scan, int tabvect[NTABS], int level)
settabs(int tabvect[NTABS])