Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c79 static subCommandProps_t *_subCommandProps; variable
104 for (sp = _subCommandProps; sp->name; sp++) { in getSubcommandProps()
296 for (sp = _subCommandProps; sp->name; sp++) { in usage()
414 _subCommandProps = synTable.subCommandPropsTbl; in cmdParse()
H A Dcmdparse.h121 typedef struct _subCommandProps { struct
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c77 static subCommandProps_t *_subCommandProps; variable
102 for (sp = _subCommandProps; sp->name; sp++) { in getSubcommandProps()
296 for (sp = _subCommandProps; sp->name; sp++) { in usage()
413 _subCommandProps = synTable.subCommandPropsTbl; in cmdParse()
H A Dcmdparse.h123 typedef struct _subCommandProps { struct