Searched refs:NTABS (Results 1 – 2 of 2) sorted by relevance
54 #define NTABS 65 /* max # tabs +1 (to be set) */ macro122 static void scantab(char *scan, int tabvect[NTABS], int level);123 static void repetab(char *scan, int tabvect[NTABS]);124 static void arbitab(char *scan, int tabvect[NTABS]);125 static void filetab(char *scan, int tabvect[NTABS], int level);128 static void settabs(int tabvect[NTABS]);139 int tabvect[NTABS]; /* build tab list here */ in main()309 scantab(char *scan, int tabvect[NTABS], int level) in scantab() argument331 repetab(char *scan, int tabvect[NTABS]) in repetab() argument338 if (limit > NTABS-2) in repetab()[all …]
3045 #define NTABS 21 macro