Searched defs:tabspec (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c43 * tabs [-T term] [+m[n]] tabspec
55 * 'tabspec' is one of the following:
113 * tabs [-T term] [+m[n]] tabspec
127 static predefined tabspec[] = { variable
231 for (p = tabspec;
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c33 * tabs [tabspec] [+mn] [-Ttype]
114 static char *tabspec = "-8"; /* default tab specification */ variable
202 tabspec = scan; /* --file */
212 tabspec = scan;
249 tabspec = operand; /* save tab specification */
284 scantab(tabspec, tabvect, 0);
309 /* scantab: scan 1 tabspec & return tab list for it */
390 /* filetab: copy tabspec from existing file */

Completed in 53 milliseconds