Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c60 cmd_opt_t cmd_opt; variable
120 if (NULL != cmd_opt.disassemble) { in main()
121 disassemble(cmd_opt.disassemble); in main()
122 } else if (NULL == cmd_opt.input_file) { in main()
125 if (1 < cmd_opt.input_file_num) { in main()
126 for (pp = cmd_opt.input_file; *pp; pp++) { in main()
141 (void) itm_compile(*(cmd_opt.input_file)); in main()
168 cmd_opt.my_name, file); in itm_compile()
176 if ((NULL == cmd_opt.output_file) && in itm_compile()
177 (0 == cmd_opt.no_output)) { in itm_compile()
[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) { in relocation_I()
404 if (0 == cmd_opt.strip) { in relocation_I()
907 if (cmd_opt.no_output) { in output()
916 if (0 == cmd_opt.force_overwrite) { in output()
946 if (1 == cmd_opt.strip) { in output()
1024 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.c128 if ((NULL != cmd_opt.disassemble) && in disassemble()
149 if ((NULL != cmd_opt.disassemble) && in dump_itm_header()
157 if ((NULL != cmd_opt.disassemble) && in dump_itm_header()
/titanic_44/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()
3247 if ((optarg = cmd->cmd_opt) == NULL) in cmd_match_fcn()
3336 if ((optarg = cmd->cmd_opt) != NULL) { in cmd_match_fcn()
H A Dsys.c463 if (cmd->cmd_opt != NULL) in cmd_help()
465 cmd->cmd_opt); in cmd_help()
H A Dutil.c472 state->go_optarg = cmd->cmd_opt; in elfedit_getopt_init()
/titanic_44/usr/src/cmd/sgs/include/
H A Delfedit.h520 elfedit_cmd_optarg_t *cmd_opt; /* Options */ member
530 elfedit_cmd_optarg_t *cmd_opt; member