Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h95 } elfeditGC_cmd_t; typedef
102 elfeditGC_cmd_t *mod_cmds;
121 elfeditGC_cmd_t *ucmd_cmd; /* Command to call */
236 extern elfeditGC_cmd_t *elfedit_find_command(const char *name, int must_exist,
239 elfeditGC_cmd_t *cmd, const char *wrap_str, size_t cur_col);
253 elfeditGC_cmd_t *elfedit_curcmd(void);
H A Dsys.c116 cmd_help_synopsis(elfeditGC_module_t *mod, elfeditGC_cmd_t *cmd) in cmd_help_synopsis()
161 elfeditGC_cmd_t *cmd; in cmd_help_showmod()
259 elfeditGC_cmd_t *cmd; in cmd_help()
271 elfeditGC_cmd_t *cmd; in cmd_help()
H A Delfedit.c1064 elfedit_format_command_usage(elfeditGC_module_t *mod, elfeditGC_cmd_t *cmd, in elfedit_format_command_usage()
1199 elfeditGC_cmd_t *
1737 elfeditGC_cmd_t *cmd; in elfedit_load_module()
2027 static elfeditGC_cmd_t *
2030 elfeditGC_cmd_t *cmd; in find_cmd()
2073 elfeditGC_cmd_t *
2082 elfeditGC_cmd_t *cmd; in elfedit_find_command()
2498 elfeditGC_cmd_t *cmd; in parse_user_cmd()
2991 elfeditGC_cmd_t *cmd; in match_module_cmds()
3135 elfeditGC_cmd_t *cmd; in cmd_match_fcn()
H A Dutil.c467 elfeditGC_cmd_t *cmd = elfedit_curcmd(); in elfedit_getopt_init()