Searched refs:cmd_opt (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c60 cmd_opt_t cmd_opt; variable
120 if (NULL != cmd_opt.disassemble) {
121 disassemble(cmd_opt.disassemble);
122 } else if (NULL == cmd_opt.input_file) {
125 if (1 < cmd_opt.input_file_num) {
126 for (pp = cmd_opt.input_file; *pp; pp++) {
141 (void) itm_compile(*(cmd_opt.input_file));
168 cmd_opt.my_name, file);
176 if ((NULL == cmd_opt.output_file) &&
177 (0 == cmd_opt
[all...]
H A Ditmcomp.h260 extern cmd_opt_t cmd_opt;
283 #define TRACE(c) ((cmd_opt.trace != 0) && \
284 (0 != *(cmd_opt.trace + (c & 0x007f))))
294 #define PERROR(s) if (cmd_opt.quiet == 0) perror(s)
H A Ditm_comp.l70 if (NULL == cmd_opt.preprocess) {
149 cmd_opt.my_name, yytext[0]);
H A Dassemble.c357 if (0 == cmd_opt.strip) {
404 if (0 == cmd_opt.strip) {
907 if (cmd_opt.no_output) {
916 if (0 == cmd_opt.force_overwrite) {
946 if (1 == cmd_opt.strip) {
1024 if (0 != cmd_opt.strip) {
H A Ditm_util.c86 if ((NULL != cmd_opt.interpreter) &&
87 (0 < (len = strlen(cmd_opt.interpreter)))) {
88 itm_hdr->interpreter = *(str_to_data(len, cmd_opt.interpreter));
556 map_name_type = cmd_opt.map_name_type;
564 map_name_type = cmd_opt.map_name_type;
565 if ((NULL != name) && (NULL != cmd_opt.map_name_type)) {
816 } else if (cmd_opt.large_table) {
H A Ddisassemble.c128 if ((NULL != cmd_opt.disassemble) &&
149 if ((NULL != cmd_opt.disassemble) &&
157 if ((NULL != cmd_opt.disassemble) &&
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h93 elfedit_cmd_optarg_t *cmd_opt; member in struct:__anon1462
H A Dsys.c463 if (cmd->cmd_opt != NULL)
465 cmd->cmd_opt);
H A Delfedit.c1089 if ((optarg = cmd->cmd_opt) != NULL)
1124 if (cmd->cmd_opt != NULL)
1125 usage_optarg(str.n, &cur, &n, &cur_col, cmd->cmd_opt,
1843 if (cmd->cmd_opt != NULL)
1844 validate_optarg(cmd->cmd_opt, 1, moddef, mod->mod_name,
3247 if ((optarg = cmd->cmd_opt) == NULL)
3336 if ((optarg = cmd->cmd_opt) != NULL) {
H A Dutil.c472 state->go_optarg = cmd->cmd_opt;
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h384 * by a command, via the cmd_opt and cmd_args fields in the
520 elfedit_cmd_optarg_t *cmd_opt; /* Options */ member in struct:__anon1613
530 elfedit_cmd_optarg_t *cmd_opt; member in struct:__anon1614

Completed in 85 milliseconds