Searched defs:user_cmd_t (Results 1 – 1 of 1) sorted by relevance
115 typedef struct user_cmd_t { struct116 struct user_cmd_t *ucmd_next; /* Commands are kept in linked list */ argument117 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 */