Searched refs:extractCommand (Results 1 – 1 of 1) sorted by relevance
338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0; in main() local341 else if (strcmp(command, "e") == 0) extractCommand = 1; in main()342 else if (strcmp(command, "x") == 0) { extractCommand = 1; fullPaths = 1; } in main()