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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h172 int ljust_decl; /* true if declarations should be left member in struct:options
H A Dargs.c114 {"dj", PRO_BOOL, false, ON, &opt.ljust_decl},
138 {"ndj", PRO_BOOL, false, OFF, &opt.ljust_decl},
H A Dparse.c81 if (opt.ljust_decl) {/* only do if we want left justified
H A Dindent.c187 ps.ljust_decl = 0; /* -ndj */
278 opt.decl_com_ind = opt.ljust_decl ? (opt.com_ind <= 10 ? 2 : opt.com_ind - 8) : opt.com_ind;

Completed in 71 milliseconds