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

/openbsd-current/usr.bin/indent/
H A Dindent_globs.h258 int decl_com_ind; /* the column in which comments after member in struct:parser_state
H A Dargs.c93 {"cd", PRO_INT, 0, 0, &ps.decl_com_ind },
H A Dpr_comment.c137 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind;
H A Dindent.c277 ps.decl_com_ind = 0; /* if this is not set to some positive value
361 if (ps.decl_com_ind <= 0) /* if not specified by user, set this */
362 ps.decl_com_ind = ps.ljust_decl ? (ps.com_ind <= 10 ? 2 : ps.com_ind - 8) : ps.com_ind;

Completed in 66 milliseconds