Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c58 cmd_opt_t cmd_opt; variable
293 cmd_opt.preprocess = cmd_opt.preprocess_default; in parse_opts()
311 cmd_opt.preprocess = cmd_opt.preprocess_specified; in parse_opts()
473 (void) execv(cmd_opt.preprocess, cmd_opt.cpp_opt); in cpp_open()
523 *(cmd_opt.cpp_opt + cmd_opt.cpp_opt_num) = new_opt; in cpp_opt_append()
537 free(*(cmd_opt.cpp_opt + cmd_opt.cpp_opt_num - 1)); in cpp_opt_trunc()
603 cmd_opt.my_name, cmd_opt.my_name); in usage()
610 cmd_opt.my_name, cmd_opt.my_name); in usage()
920 cmd_opt.output_file ? cmd_opt.output_file : "(stdout)"); in trace_option()
922 cmd_opt.interpreter ? cmd_opt.interpreter : "(default)"); in trace_option()
[all …]
H A Ditmcomp.h258 extern cmd_opt_t cmd_opt;
281 #define TRACE(c) ((cmd_opt.trace != 0) && \
282 (0 != *(cmd_opt.trace + (c & 0x007f))))
292 #define PERROR(s) if (cmd_opt.quiet == 0) perror(s)
H A Ditm_comp.l68 if (NULL == cmd_opt.preprocess) {
147 cmd_opt.my_name, yytext[0]);
H A Dassemble.c355 if (0 == cmd_opt.strip) { in relocation_I()
402 if (0 == cmd_opt.strip) { in relocation_I()
905 if (cmd_opt.no_output) { in output()
914 if (0 == cmd_opt.force_overwrite) { in output()
944 if (1 == cmd_opt.strip) { in output()
1022 if (0 != cmd_opt.strip) { in output()
H A Ditm_util.c86 if ((NULL != cmd_opt.interpreter) && in itm_def_process()
87 (0 < (len = strlen(cmd_opt.interpreter)))) { in itm_def_process()
88 itm_hdr->interpreter = *(str_to_data(len, cmd_opt.interpreter)); in itm_def_process()
556 map_name_type = cmd_opt.map_name_type; in map_table()
564 map_name_type = cmd_opt.map_name_type; in map_table()
565 if ((NULL != name) && (NULL != cmd_opt.map_name_type)) { in map_table()
816 } else if (cmd_opt.large_table) { in map_table()
H A Ddisassemble.c125 if ((NULL != cmd_opt.disassemble) && in disassemble()
146 if ((NULL != cmd_opt.disassemble) && in dump_itm_header()
154 if ((NULL != cmd_opt.disassemble) && in dump_itm_header()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h93 elfedit_cmd_optarg_t *cmd_opt; member
H A Delfedit.c1089 if ((optarg = cmd->cmd_opt) != NULL) in elfedit_format_command_usage()
1124 if (cmd->cmd_opt != NULL) in elfedit_format_command_usage()
1125 usage_optarg(str.n, &cur, &n, &cur_col, cmd->cmd_opt, in elfedit_format_command_usage()
1843 if (cmd->cmd_opt != NULL) in elfedit_load_module()
1844 validate_optarg(cmd->cmd_opt, 1, moddef, mod->mod_name, in elfedit_load_module()
3250 if ((optarg = cmd->cmd_opt) == NULL) in cmd_match_fcn()
3339 if ((optarg = cmd->cmd_opt) != NULL) { in cmd_match_fcn()
H A Dsys.c462 if (cmd->cmd_opt != NULL) in cmd_help()
464 cmd->cmd_opt); in cmd_help()
H A Dutil.c471 state->go_optarg = cmd->cmd_opt; in elfedit_getopt_init()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h522 elfedit_cmd_optarg_t *cmd_opt; /* Options */ member
532 elfedit_cmd_optarg_t *cmd_opt; member