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

  /src/usr.bin/indent/
pr_comment.c 123 ind = ps.line_has_decl || ps.ind_level == 0
debug.c 373 debug_ps_bool(line_has_decl);
indent.h 327 bool line_has_decl; /* whether this line of code has part of a member in struct:parser_state
io.c 402 ps.line_has_decl = ps.in_decl;
indent.c 645 if (ps.line_has_decl && !ps.in_init)
769 ps.line_has_decl = false; /* don't do special indentation
969 ps.line_has_decl = ps.in_decl;

Completed in 15 milliseconds