Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/indent/
H A Dindent.c103 int hd_type = 0; /* used to store type of stmt for if (...), in main() local
652 parse(hd_type); /* let parser worry about if, or whatever */ in main()
783 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
795 parse(hd_type); /* dont lose the if, or whatever */ in main()
843 parse(hd_type); in main()
919 hd_type = swstmt; /* keep this for when we have seen the in main()
926 hd_type = (*token == 'i' ? ifstmt : in main()
1027 parse(hd_type); in main()