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

/freebsd-11.0-release/usr.bin/indent/
H A Dindent.c82 int hd_type = 0; /* used to store type of stmt for if (...), local
574 parse(hd_type); /* let parser worry about if, or whatever */
724 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) {
736 parse(hd_type); /* dont lose the if, or whatever */
784 parse(hd_type);
854 hd_type = swstmt; /* keep this for when we have seen the
861 hd_type = (*token == 'i' ? ifstmt :
992 parse(hd_type);

Completed in 107 milliseconds