s/^[^:]*:\([0-9]*\): warning: implicit declaration of function `int \([A-Za-z_0-9]*\)(\.\.\.)'/ERRORline \1: function `\2(...)' unrecognised/g
s/^[^:]*:\([0-9]*\): `\([A-Za-z_0-9]*\)' undeclared (first use this function)/ERRORline \1: parameter `\2' undeclared/g
s/^[^:]*:\([0-9]*\): `\([A-Za-z_0-9]*\)' cannot be used as a function/ERRORline \1: parameter `\2' cannot be used as a function/g
s/^[^:]*:\([0-9]*\): `\([A-Za-z_0-9]*\)' was not declared in this scope/ERRORline \1: parameter `\2' undeclared/g
s/^[^:]*: In function `void taoScore()':/ERRORErrors found in Score section:/g
s/^[^:]*: In function `void taoInit()':/ERRORErrors found in Init section:/g
/ERROR/!d
s/ERROR//g
|