Home | History | Annotate | Download | only in posix

Lines Matching defs:tabs

1 /* expand.c - expands tabs to space
15 Expand tabs to spaces according to tabstops.
29 struct arg_list *tabs;
93 struct arg_list *tabs;
96 for (tabs = TT.tabs; tabs; tabs = tabs->next) {
97 char *s = tabs->arg;