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

/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c56 #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 */
311 scantab(char *scan, int tabvect[NTABS], int level)
333 repetab(char *scan, int tabvect[NTABS])
340 if (limit > NTABS
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c3007 #define NTABS 21 macro
3040 stdtab(char option[], char tabvect[NTABS])

Completed in 62 milliseconds