Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent.c101 int sp_sw; /* when true, we are in the expression of in main() local
159 sp_sw = force_nl = false; in main()
601 if (sp_sw && ps.p_l_follow == 1 && opt.extra_expression_indent in main()
636 if (sp_sw && (ps.p_l_follow == 0)) { /* check for end of if in main()
638 sp_sw = false; in main()
776 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
785 if (sp_sw) { /* this is a check for an if, while, etc. with in main()
787 sp_sw = false; in main()
796 if (!sp_sw) { /* if not if for (;;) */ in main()
834 if (sp_sw) { /* check for unclosed if, for, etc. */ in main()
[all …]