Home
last modified time | relevance | path

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

/src/usr.bin/indent/
H A Dindent.c95 int hd_type = 0; /* used to store type of stmt for if (...), in main() local
644 parse(hd_type); /* let parser worry about if, or whatever */ in main()
775 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
787 parse(hd_type); /* dont lose the if, or whatever */ in main()
835 parse(hd_type); in main()
911 hd_type = swstmt; /* keep this for when we have seen the in main()
918 hd_type = (*token == 'i' ? ifstmt : in main()
1019 parse(hd_type); in main()