#!/bin/rc grep -n '^struct[ ]+'^$1 /sys/include/*.h && \ sed -n '/^struct[ ]+'^$1^'$/,/^}/p' /sys/include/*.h