Lines Matching refs:context
78 Four basic modes are defined: ``patch``, ``report``, ``context``, and
87 - ``context`` highlights lines of interest and their context in a
99 - ``rep+ctxt`` runs successively the report mode and the context mode.
360 @r depends on !context && !patch && (org || report)@
400 @ depends on !context && patch && !org && !report @
424 Detailed description of the ``context`` mode
427 ``context`` highlights lines of interest and their context
431 intent of the ``context`` mode is to highlight the important lines
432 (annotated with minus, ``-``) and gives some surrounding context
441 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
446 @ depends on context && !patch && !org && !report@
483 @r depends on !context && !patch && (org || report)@