Searched refs:shortopt (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.h62 char shortopt; member in struct:__anon2480
121 #define OPTION_VALID_P(O) ((O)->opt.name != NULL || (O)->shortopt != '\0')
H A Dsim-options.c513 if (opt->shortopt != 0)
515 *p++ = opt->shortopt;
520 handlers[(unsigned char) opt->shortopt] = opt->handler;
522 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
524 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
551 if (opt->shortopt != 0)
678 if (o->shortopt != '\0')
680 sim_io_printf (sd, "%s-%c", comma ? ", " : "", o->shortopt);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.h62 char shortopt; member in struct:__anon1918
121 #define OPTION_VALID_P(O) ((O)->opt.name != NULL || (O)->shortopt != '\0')
H A Dsim-options.c631 if (opt->shortopt != 0)
633 *p++ = opt->shortopt;
638 handlers[(unsigned char) opt->shortopt] = opt->handler;
640 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
642 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
669 if (opt->shortopt != 0)
833 if (o->shortopt != '\0')
835 sim_io_printf (sd, "%s-%c", comma ? ", " : "", o->shortopt);
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmkisofs.c175 char shortopt; member in struct:ld_option
662 if (ld_options[j].shortopt != '\0'
665 fprintf (stderr, "%s-%c", comma ? ", " : "", ld_options[j].shortopt);
866 if (ld_options[i].shortopt != '\0')
868 shortopts[is] = ld_options[i].shortopt;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dlexsup.c93 char shortopt; member in struct:ld_option
658 if (ld_options[i].shortopt != '\0')
660 shortopts[is] = ld_options[i].shortopt;
2268 if (ld_options[j].shortopt != '\0'
2271 printf ("%s-%c", comma ? ", " : "", ld_options[j].shortopt);
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dlexsup.c91 char shortopt; member in struct:ld_option
632 if (ld_options[i].shortopt != '\0')
634 shortopts[is] = ld_options[i].shortopt;
2113 if (ld_options[j].shortopt != '\0'
2116 printf ("%s-%c", comma ? ", " : "", ld_options[j].shortopt);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dlexsup.c93 char shortopt; member in struct:ld_option
658 if (ld_options[i].shortopt != '\0')
660 shortopts[is] = ld_options[i].shortopt;
2268 if (ld_options[j].shortopt != '\0'
2271 printf ("%s-%c", comma ? ", " : "", ld_options[j].shortopt);

Completed in 225 milliseconds