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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c872 * wrap_str - String to indent wrapped lines. If NULL, lines
877 elfedit_cmd_optarg_t *optarg, int isopt, const char *wrap_str)
973 if ((wrap_str != NULL) && (cur_col > USAGE_WRAP_COL)) {
975 wrap_str);
1057 * wrap_str - NULL, or string to be used to indent when
1061 * Ignored if wrap_str is NULL.
1065 const char *wrap_str, size_t cur_col)
1102 * If wrapping lines, we insert a newline and then wrap_str
1105 if (wrap_str != NULL)
1107 (strlen(wrap_str)
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
1064 elfedit_format_command_usage(elfeditGC_module_t *mod, elfeditGC_cmd_t *cmd, const char *wrap_str, size_t cur_col) argument
[all...]

Completed in 49 milliseconds