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
123 static void repetab(char *scan, int tabvect[NTABS]);
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()
339 limit = NTABS-2; in repetab()
348 arbitab(char *scan, int tabvect[NTABS]) in arbitab() argument
355 for (i = 0; i < NTABS-1; ) { in arbitab()
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c3045 #define NTABS 21 macro