Home
last modified time | relevance | path

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

/src/contrib/ncurses/progs/
H A Dtoe.c608 int this_opt, last_opt = '?'; in main() local
614 while ((this_opt = getopt(argc, argv, "0123456789ahsu:vU:V")) != -1) { in main()
616 if (isdigit(this_opt)) { in main()
619 v_opt = (unsigned) (this_opt - '0'); in main()
626 v_opt += (unsigned) (this_opt - '0'); in main()
627 last_opt = this_opt; in main()
631 switch (this_opt) { in main()
H A Dtic.c696 int this_opt, last_opt = '?'; in main() local
741 while ((this_opt = getopt(argc, argv, in main()
743 if (isdigit(this_opt)) { in main()
746 add_digit(&quickdump, this_opt); in main()
749 add_digit(&v_opt, this_opt); in main()
752 add_digit(&width, this_opt); in main()
755 switch (this_opt) { in main()
757 last_opt = this_opt; in main()
762 last_opt = this_opt; in main()
771 switch (this_opt) { in main()
[all …]