Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/indent/
Dindent.c83 int sp_sw; /* when true, we are in the expressin of in main() local
131 sp_sw = force_nl = false; in main()
523 if (sp_sw && ps.p_l_follow == 1 && extra_expression_indent in main()
560 if (sp_sw && (ps.p_l_follow == 0)) { /* check for end of if in main()
562 sp_sw = false; in main()
721 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
730 if (sp_sw) { /* this is a check for a if, while, etc. with in main()
732 sp_sw = false; in main()
741 if (!sp_sw) { /* if not if for (;;) */ in main()
775 if (sp_sw) { /* check for unclosed if, for, etc. */ in main()
[all …]