Lines Matching refs:report
48 Four basic modes are defined: patch, report, context, and org. The mode to
53 'report' generates a list in the following format:
59 'org' generates a report in the Org mode format of Emacs.
62 of Coccinelle, the default mode is "report".
68 'rep+ctxt' runs successively the report mode and the context mode.
73 To make a report for every semantic patch, run the following command:
75 make coccicheck MODE=report
95 make coccicheck MODE=report V=1
100 make coccicheck MODE=report J=4
114 make coccicheck COCCI=<my_SP.cocci> MODE=report
142 The "report" mode is the default. You can select another one with the
170 Detailed description of the 'report' mode
173 'report' generates a list in the following format:
180 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
185 @r depends on !context && !patch && (org || report)@
192 @script:python depends on report@
198 coccilib.report.print_report(p[0], msg)
223 @ depends on !context && patch && !org && !report @
267 @ depends on context && !patch && !org && !report@
292 'org' generates a report in the Org mode format of Emacs.
302 @r depends on !context && !patch && (org || report)@