Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dlz4cli.c295 typedef enum { om_auto, om_compress, om_decompress, om_test, om_bench, om_list } operationMode_e; enumerator
392 if (!strcmp(argument, "--list")) { mode = om_list; continue; }
676 if (!IS_CONSOLE(stdout) && mode != om_list) {
714 if (mode == om_list){
756 } else if (mode == om_list){