Home
last modified time | relevance | path

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

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