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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h49 #ifndef TABS
50 #define TABS 8 macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c108 #define TABS 11 macro
316 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") },
645 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS)))
687 case TABS:
939 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS))

Completed in 45 milliseconds