Home
last modified time | relevance | path

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

/external/lzma/C/Util/7z/
D7zMain.c338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0; in main() local
339 if (strcmp(command, "l") == 0) listCommand = 1; in main()
367 if (listCommand == 0 && f->IsDir && !fullPaths) in main()
384 if (listCommand) in main()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp787 bool listCommand; in main() local
789 listCommand = true; in main()
791 listCommand = false; in main()
828 if (listCommand) in main()