File: error.parse

package info (click to toggle)
taopm 1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,972 kB
  • sloc: sh: 9,809; cpp: 5,161; yacc: 2,298; lex: 464; makefile: 434; ansic: 57
file content (8 lines) | stat: -rwxr-xr-x 683 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
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