Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent.c96 int hd_type = 0; /* used to store type of stmt for if (...), in main() local
645 parse(hd_type); /* let parser worry about if, or whatever */ in main()
776 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
788 parse(hd_type); /* dont lose the if, or whatever */ in main()
836 parse(hd_type); in main()
912 hd_type = swstmt; /* keep this for when we have seen the in main()
919 hd_type = (*token == 'i' ? ifstmt : in main()
1020 parse(hd_type); in main()