Searched refs:tabvect (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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 */ local 162 tabvect[0] = 0; /* mark as not yet filled in */ 284 scantab(tabspec, tabvect, 0); 285 if (!tabvect[ 311 scantab(char *scan, int tabvect[NTABS], int level) argument 333 repetab(char *scan, int tabvect[NTABS]) argument 350 arbitab(char *scan, int tabvect[NTABS]) argument 394 filetab(char *scan, int tabvect[NTABS], int level) argument 524 settabs(int tabvect[NTABS]) argument 725 stdtab(char option[], int tabvect[]) argument [all...] |
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 3033 * tabvect points to vector to be filled in 3034 * exit: return (0) if legal, tabvect filled, ending with zero 3040 stdtab(char option[], char tabvect[NTABS]) argument 3043 tabvect[0] = 0; 3047 strcopy(scan, tabvect); 3054 return (tabvect[0] ? 0 : -1);
|
Completed in 95 milliseconds