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

/ast/src/lib/libcmd/
H A Dstty.c110 #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)))
689 case TABS:
943 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS))
/ast/src/cmd/re/
H A Dtestregex.c1075 #define TABS(n) &ts[7-((n)&7)] macro
1114 printf("%s%s", spec, TABS(*tabs++));
1119 printf("%s", TABS(*tabs++));
1121 printf("%s", TABS(*tabs++));
1129 printf("%s%s", TABS(*tabs++), msg);

Completed in 19 milliseconds