Home
last modified time | relevance | path

Searched refs:po_permuted (Results 1 – 3 of 3) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/libmailutils/opt/
H A Dopt.c399 po->po_permuted = 1; in permute()
461 if (!po->po_permuted && po->po_arg_count == 0) in next_opt()
508 po->po_permuted = 0; in parse()
605 if (!po->po_permuted) in parse()
758 po->po_permuted = 0; in parseopt_init()
/dports/mail/mailutils/mailutils-3.13/include/mailutils/
H A Dopt.h173 unsigned po_permuted:1; /* Whether the arguments were permuted */ member
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog10095 * include/mailutils/opt.h (mu_parseopt) <po_permuted>: New