Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dzstdcli.c372 lastCommand = 0, in main() local
482 …if (!strcmp(argument, "--maxdict")) { nextArgumentIsMaxDict=1; lastCommand=1; continue; } /* kept… in main()
483 …if (!strcmp(argument, "--dictID")) { nextArgumentIsDictID=1; lastCommand=1; continue; } /* kept a… in main()
567 if (lastCommand) { in main()
601 case 'D': nextEntryIsDictionary = 1; lastCommand = 1; argument++; break; in main()
622 case 'o': nextArgumentIsOutFileName=1; lastCommand=1; argument++; break; in main()
699 lastCommand = 0; in main()
706 lastCommand = 0; in main()
715 lastCommand = 0; in main()
722 lastCommand = 0; in main()
[all …]