Searched refs:NTABS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/tabs/ |
H A D | tabs.c | 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() [all …]
|
/titanic_50/usr/src/cmd/ed/ |
H A D | ed.c | 3007 #define NTABS 21 macro 3040 stdtab(char option[], char tabvect[NTABS]) in stdtab() argument
|