Home
last modified time | relevance | path

Searched refs:special_help_string (Results 1 – 2 of 2) sorted by relevance

/dports/print/trueprint/trueprint-5.4/src/
H A Doptions.h88 char *special_help_string);
98 char *special_help_string);
H A Doptions.c118 char *special_help_string; member
131 char *special_help_string; member
659 char *special_help_string) in short_option() argument
712 option_list[option_index].t.oshrt.special_help_string = special_help_string; in short_option()
729 char *special_help_string) in int_option() argument
782 option_list[option_index].t.oint.special_help_string = special_help_string; in int_option()
1396 printf("--%s\n %s\n", op->t.oshrt.special_string, gettext(op->t.oshrt.special_help_string)); in print_usage_msgs()
1406 printf("--%s\n %s\n", op->t.oint.special_string, gettext(op->t.oint.special_help_string)); in print_usage_msgs()