Searched refs:use_tabs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.bin/indent/
H A Dindent_globs.h218 int use_tabs; /* set true to use tabs for spacing, false member in struct:options
H A Dargs.c160 {"nut", PRO_BOOL, true, OFF, &opt.use_tabs},
169 {"ut", PRO_BOOL, true, ON, &opt.use_tabs},
H A Dio.c414 if (opt.use_tabs) {
H A Dindent.c994 tabs_to_var = (opt.use_tabs ? opt.decl_indent > 0 : 0);
998 tabs_to_var = (opt.use_tabs ? opt.local_decl_indent > 0 : 0);

Completed in 168 milliseconds