Lines Matching defs:indent
1 /* $NetBSD: indent.c,v 1.396 2025/01/07 03:55:00 rillig Exp $ */
41 __RCSID("$NetBSD: indent.c,v 1.396 2025/01/07 03:55:00 rillig Exp $");
50 #include "indent.h"
462 paren_stack_push(struct paren_stack *s, int indent, enum paren_level_cast cast)
469 s->item[s->len++] = (struct paren_level){indent, cast};
729 ps.in_stmt_or_decl = false; /* don't indent the {} */
868 /* indent leading commas and not the actual identifiers */
926 /* indent stray semicolons in declarations */
1001 /* Do not indent typedef declarators. */
1050 /* INDENT OFF */
1080 /* INDENT ON */
1112 indent(void)
1169 return indent();