Searched defs:_subCommandProps (Results 1 – 4 of 4) sorted by relevance
121 typedef struct _subCommandProps { struct122 char *name;123 handler_t handler;124 char *optionString;125 char *required;126 char *exclusive;127 int operand;128 char *operandDefinition;129 char *helpText;130 uint8_t reserved[60];
75 static subCommandProps_t *_subCommandProps; variable
123 typedef struct _subCommandProps { struct124 char *name;125 uint_t value;126 handler_t handler;127 char *optionString;128 boolean_t required;129 char *exclusive;130 int operand;131 char *operandDefinition;132 uint8_t reserved[64];
77 static subCommandProps_t *_subCommandProps; variable