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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h75 * elfeditGC_cmd_t (GC stands for "Generic Class"). The function pointers
81 * The existance of elfeditGC_cmd_t implies the need for elfeditGC_module_t,
95 } elfeditGC_cmd_t; typedef in typeref:struct:__anon1620
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.c117 cmd_help_synopsis(elfeditGC_module_t *mod, elfeditGC_cmd_t *cmd)
162 elfeditGC_cmd_t *cmd;
260 elfeditGC_cmd_t *cmd;
272 elfeditGC_cmd_t *cmd;
H A Delfedit.c1064 elfedit_format_command_usage(elfeditGC_module_t *mod, elfeditGC_cmd_t *cmd,
1199 elfeditGC_cmd_t *
1737 elfeditGC_cmd_t *cmd;
2027 static elfeditGC_cmd_t *
2030 elfeditGC_cmd_t *cmd;
2073 elfeditGC_cmd_t *
2082 elfeditGC_cmd_t *cmd;
2495 elfeditGC_cmd_t *cmd;
2988 elfeditGC_cmd_t *cmd;
3132 elfeditGC_cmd_t *cm
[all...]
H A Dutil.c468 elfeditGC_cmd_t *cmd = elfedit_curcmd();

Completed in 44 milliseconds