HomeSort by: relevance | last modified time | path
    Searched refs:line_kind (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/indent/
io.c 178 line_kind_name[out.prev_line_kind], line_kind_name[out.line_kind]);
191 && out.line_kind == lk_pre_if)
194 && out.line_kind != lk_pre_endif)
198 && out.line_kind != lk_pre_endif && out.line_kind != lk_pre_other)
201 && out.line_kind == lk_block_comment)
230 if (out.line_kind == lk_case_or_default)
353 out.line_kind = lk_blank;
355 if (want_blank_line() && newlines < 2 && out.line_kind != lk_blank)
369 && out.line_kind == lk_blan
    [all...]
indent.h 432 enum line_kind { enum in struct:output_state
443 } line_kind; /* kind of the line that is being prepared for member in struct:output_state
448 enum line_kind prev_line_kind; /* the kind of line that was actually
pr_comment.c 108 out.line_kind = lk_block_comment;
indent.c 545 out.line_kind = lk_pre_if;
552 out.line_kind = lk_pre_other;
559 out.line_kind = lk_pre_endif;
561 out.line_kind = lk_pre_other;
685 out.line_kind = lk_stmt_head;
726 if (out.line_kind == lk_stmt_head)
727 out.line_kind = lk_other;
818 out.line_kind = lk_func_end;
893 out.line_kind = lk_case_or_default;
910 if (out.line_kind == lk_stmt_head
    [all...]

Completed in 13 milliseconds