Option
enum Option type;
pCmd->Option = htole32(mode);
*mode = le32toh(pCmd->Option);
uint32_t Option; /* 0: default. 1:Aggressive */
const char *argv[], const struct Option **options)
const struct Option **cursor = options;
const struct Option *option = cursor[0];
validate_options(const struct Option **options)
const struct Option *option = options[0];
static const struct Option option_queue = {
static const struct Option option_single_queue = {
static const struct Option option_depth = {
static const struct Option option_size = {
static const struct Option option_block = {
static const struct Option option_content = {
static const struct Option option_priority = {
static const struct Option option_mode = {
static const struct Option option_group = {
static const struct Option option_user = {
static const struct Option *create_options[] = {
static const struct Option *create_options[] = {
static const struct Option *info_options[] = {&option_queue, NULL};
static const struct Option *unlink_options[] = {&option_queue, NULL};
static const struct Option *recv_options[] = {&option_single_queue, NULL};
static const struct Option *send_options[] = {
Opt_list COMMA Option
Option
Option:
Option = opt_unknown;
if (Option != opt_unknown)
Option = opt_list;
if (Option != opt_unknown)
Option = opt_delete;
if (Option != opt_unknown)
Option = opt_edit;
if (Option != opt_unknown) {
Option = opt_replace;
if (Option == opt_replace) {
User, Filename, Options[(int)Option]))
static enum opt_t Option;
switch (Option) {