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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c2297 int this_c = 0, value = 0, field = 0; local
2364 last_c = this_c;
2365 this_c = Getchar();
2366 if (this_c < 256 && isdigit(this_c) && !isdigit(last_c))
2369 switch (this_c) {
2414 value = value * 10 + (this_c - '0');
2475 (!isQuit(this_c));

Completed in 94 milliseconds