Home
last modified time | relevance | path

Searched refs:compute_code_target (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/indent/
Dpr_comment.c121 target_col = count_spaces(compute_code_target(), s_code); in pr_comment()
154 target_col = count_spaces(compute_code_target(), s_code); in pr_comment()
Dio.c140 target_col = compute_code_target(); in dump_line()
287 compute_code_target(void) in compute_code_target() function
Dindent_globs.h328 int compute_code_target(void);
Dindent.c992 if (break_comma && (!ps.leave_comma || compute_code_target() + (e_code - s_code) > max_col - 8)) in main()