Home
last modified time | relevance | path

Searched refs:NTABS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c54 #define NTABS 65 /* max # tabs +1 (to be set) */ macro
122 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() argument
331 repetab(char *scan, int tabvect[NTABS]) in repetab() argument
338 if (limit > NTABS-2) in repetab()
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c3045 #define NTABS 21 macro