Searched refs:TABS (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 115 (unsigned char *)"shiftwidth", (unsigned char *)"sw", NUMERIC, TABS, TABS, 0, 119 (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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 110 #define TABS 11 macro 318 { "tabs", TABS, O_FLAG, IG, TABDLY, TAB3, C("Preserve (expand to spaces) tabs") }, 647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS))) in set() 689 case TABS: in set() 943 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS)) in b_stty()
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 1073 #define TABS(n) &ts[7-((n)&7)] macro 1112 printf("%s%s", spec, TABS(*tabs++)); in extract() 1117 printf("%s", TABS(*tabs++)); in extract() 1119 printf("%s", TABS(*tabs++)); in extract() 1127 printf("%s%s", TABS(*tabs++), msg); in extract()
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 14481 # SELECTCHARSET G1 0 TABS -2 14523 # TABS -2
|
H A D | terminfo.src | 16354 # SELECTCHARSET G1 0 TABS -2 16399 # TABS -2
|