Searched refs:TABS (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 117 (unsigned char *)"shiftwidth", (unsigned char *)"sw", NUMERIC, TABS, TABS, 0, 121 (unsigned char *)"tabstop", (unsigned char *)"ts", NUMERIC, TABS, TABS, 0,
|
H A D | ex_tune.h | 49 #ifndef TABS 50 #define TABS 8 macro
|
H A D | ex_set.c | 302 value(vi_TABSTOP) = TABS; in set()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 108 #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))) in set() 687 case TABS: in set() 939 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS)) in b_stty()
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 14481 # SELECTCHARSET G1 0 TABS -2 14523 # TABS -2
|
H A D | terminfo.src | 16352 # SELECTCHARSET G1 0 TABS -2 16397 # TABS -2
|