Searched refs:tabvect (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/tabs/ |
H A D | tabs.c | 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]); 134 static int stdtab(char option[], int tabvect[]); 141 int tabvect[NTABS]; /* build tab list here */ in main() local 162 tabvect[0] = 0; /* mark as not yet filled in */ in main() 284 scantab(tabspec, tabvect, 0); in main() 285 if (!tabvect[0]) in main() [all …]
|
/titanic_50/usr/src/cmd/ed/ |
H A D | ed.c | 3040 stdtab(char option[], char tabvect[NTABS]) in stdtab() 3043 tabvect[0] = 0; in stdtab() 3047 strcopy(scan, tabvect); in stdtab() 3054 return (tabvect[0] ? 0 : -1); in stdtab()
|