Home
last modified time | relevance | path

Searched defs:user_cmd_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h115 typedef struct user_cmd_t { struct
116 struct user_cmd_t *ucmd_next; /* Commands are kept in linked list */ argument
117 int ucmd_argc; /* # of arguments to command */
118 const char **ucmd_argv; /* Argument strings */
119 char *ucmd_orig_str; /* Command string as entered by user */
120 elfeditGC_module_t *ucmd_mod; /* Module defining command */
121 elfeditGC_cmd_t *ucmd_cmd; /* Command to call */
122 int ucmd_ostyle_set; /* True if there is a per-cmd */
124 elfedit_outstyle_t ucmd_ostyle; /* Per-cmd output style, if active */