Searched defs:isopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c871 * isopt - True if these are options, false for arguments.
877 elfedit_cmd_optarg_t *optarg, int isopt, const char *wrap_str)
906 if (isopt) {
950 if (isopt) {
983 use_bkt = (item.oai_flags & ELFEDIT_CMDOA_F_OPT) || isopt;
995 * effectively options-only (isopt != 0).
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, argument
1587 if (isopt) {
1665 if (!isopt) {
876 usage_optarg(size_t main_buf_n, char **buf, size_t *buf_n, size_t *buf_cur_col, elfedit_cmd_optarg_t *optarg, int isopt, const char *wrap_str) argument

Completed in 65 milliseconds