Searched refs:max_col (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/usr.bin/indent/
H A Dindent_globs.h153 int max_col; /* the maximum allowable line length */ variable
H A Dio.c304 if ((w = count_spaces(t, s_code) - max_col) > 0
305 && count_spaces(target_col, s_code) <= max_col) {
H A Dargs.c128 {"l", PRO_INT, 78, 0, &max_col},
H A Dpr_comment.c86 int adj_max_col; /* Adjusted max_col for when we decide to
102 adj_max_col = max_col;
H A Dindent.c162 max_col = 78; /* -l78 */
258 block_comment_max_col = max_col;
1034 if (break_comma && (!ps.leave_comma || compute_code_target() + (e_code - s_code) > max_col - 8))
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c2919 int retry_cnt, max_col, i; local
3007 max_col = COL_MAX(res);
3010 for (i = 0; i < max_col; i++)
3015 if (i == max_col)
3027 map->map_valcolno = max_col - 1;
3031 for (i = 0; i< max_col; i++)

Completed in 74 milliseconds