Home
last modified time | relevance | path

Searched refs:MODE (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dcoccicheck45 if [ "$MODE" = "" ] ; then
51 MODE="chain"
52 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
91 if [ "$MODE" = "patch" ] ; then
93 elif [ "$MODE" = "report" ] ; then
95 elif [ "$MODE" = "context" ] ; then
97 elif [ "$MODE" = "org" ] ; then
115 if [ "$MODE" = "chain" ] ; then
124 elif [ "$MODE" = "rep+ctxt" ] ; then
130 run_cmd $SPATCH -D $MODE $FLAGS -sp_file $COCCI $OPT $OPTIONS || exit 1