Searched refs:this_opt (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ncurses/progs/
H A Dtoe.c610 int this_opt, last_opt = '?'; local
616 while ((this_opt = getopt(argc, argv, "0123456789ahsu:vU:V")) != -1) {
618 if (isdigit(this_opt)) {
621 v_opt = (unsigned) (this_opt - '0');
628 v_opt += (unsigned) (this_opt - '0');
629 last_opt = this_opt;
633 switch (this_opt) {
H A Dtic.c694 int this_opt, last_opt = '?'; local
739 while ((this_opt = getopt(argc, argv,
741 if (isdigit(this_opt)) {
744 add_digit(&quickdump, this_opt);
747 add_digit(&v_opt, this_opt);
750 add_digit(&width, this_opt);
753 switch (this_opt) {
755 last_opt = this_opt;
760 last_opt = this_opt;
769 switch (this_opt) {
[all...]

Completed in 62 milliseconds