Searched refs:decl_indent (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h171 int decl_indent; /* column to indent declared identifiers to */ member in struct:options
195 int local_decl_indent; /* like decl_indent but for locals */
H A Dindent.c192 ps.decl_indent = 16; /* -di16 */
276 opt.local_decl_indent = opt.decl_indent;
984 dec_ind = opt.decl_indent > 0 ? opt.decl_indent : i;
985 tabs_to_var = (opt.use_tabs ? opt.decl_indent > 0 : 0);
H A Dargs.c113 {"di", PRO_INT, 16, 0, &opt.decl_indent},

Completed in 115 milliseconds