Lines Matching refs:NTABS
56 #define NTABS 65 /* max # tabs +1 (to be set) */ macro
124 static void scantab(char *scan, int tabvect[NTABS], int level);
125 static void repetab(char *scan, int tabvect[NTABS]);
126 static void arbitab(char *scan, int tabvect[NTABS]);
127 static void filetab(char *scan, int tabvect[NTABS], int level);
130 static void settabs(int tabvect[NTABS]);
141 int tabvect[NTABS]; /* build tab list here */ in main()
311 scantab(char *scan, int tabvect[NTABS], int level) in scantab() argument
333 repetab(char *scan, int tabvect[NTABS]) in repetab() argument
340 if (limit > NTABS-2) in repetab()
341 limit = NTABS-2; in repetab()
350 arbitab(char *scan, int tabvect[NTABS]) in arbitab() argument
357 for (i = 0; i < NTABS-1; ) { in arbitab()
394 filetab(char *scan, int tabvect[NTABS], int level) in filetab() argument
524 settabs(int tabvect[NTABS]) in settabs() argument