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.c100 int sp_sw; /* when true, we are in the expression of in main() local
158 sp_sw = force_nl = false; in main()
600 if (sp_sw && ps.p_l_follow == 1 && opt.extra_expression_indent in main()
635 if (sp_sw && (ps.p_l_follow == 0)) { /* check for end of if in main()
637 sp_sw = false; in main()
775 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
784 if (sp_sw) { /* this is a check for an if, while, etc. with in main()
786 sp_sw = false; in main()
795 if (!sp_sw) { /* if not if for (;;) */ in main()
833 if (sp_sw) { /* check for unclosed if, for, etc. */ in main()
[all …]