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

  /src/usr.bin/indent/
indent.c 683 ps.in_stmt_or_decl = false;
729 ps.in_stmt_or_decl = false; /* don't indent the {} */
804 ps.in_stmt_or_decl = false; // XXX: Initializers don't end a stmt
894 ps.in_stmt_or_decl = false;
944 ps.in_stmt_or_decl = ps.paren.len > 0;
1014 ps.in_stmt_or_decl = false;
1022 ps.in_stmt_or_decl = false;
1035 ps.in_stmt_or_decl = false;
1140 ps.in_stmt_or_decl = true;
lexi.c 262 if (ps.in_stmt_or_decl) /* XXX: this condition looks incorrect */
debug.c 365 debug_ps_bool(in_stmt_or_decl);
indent.h 309 bool in_stmt_or_decl; /* whether in a statement or a struct member in struct:parser_state
io.c 394 return ps.in_stmt_or_decl

Completed in 15 milliseconds