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

/freebsd-11-stable/contrib/ncurses/progs/
H A Dtoe.c577 int this_opt, last_opt = '?'; local
583 while ((this_opt = getopt(argc, argv, "0123456789ahsu:vU:V")) != -1) {
585 if (isdigit(this_opt)) {
588 v_opt = (unsigned) (this_opt - '0');
595 v_opt += (unsigned) (this_opt - '0');
596 last_opt = this_opt;
600 switch (this_opt) {
H A Dtic.c675 int this_opt, last_opt = '?'; local
716 while ((this_opt = getopt(argc, argv,
718 if (isdigit(this_opt)) {
721 v_opt = (v_opt * 10) + (this_opt - '0');
724 width = (width * 10) + (this_opt - '0');
727 switch (this_opt) {
729 last_opt = this_opt;
734 last_opt = this_opt;
743 switch (this_opt) {
832 last_opt = this_opt;
[all...]

Completed in 56 milliseconds