Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dindent.c189 int hd_type; /* used to store type of stmt for if (...), in main() local
213 hd_type = 0; in main()
675 parse(hd_type); /* let parser worry about if, or whatever */ in main()
827 if ((!sp_sw || hd_type != forstmt) && ps.p_l_follow > 0) { in main()
839 parse(hd_type); /* dont lose the if, or whatever */ in main()
883 parse(hd_type); in main()
952 hd_type = swstmt; /* keep this for when we have seen the in main()
959 hd_type = (*token == 'i' ? ifstmt : in main()
1088 parse(hd_type); in main()
/openbsd-src/sys/dev/hil/
H A Dhildevs.h73 #define hd_type sc_hildev.sc_type macro
H A Dhilid.c79 sc->hd_type = ha->ha_type; in hilidattach()
H A Dhilms.c108 sc->hd_type = ha->ha_type; in hilmsattach()
H A Dhilkbd.c149 sc->hd_type = ha->ha_type; in hilkbdattach()