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

/macosx-10.9.5/pdisk-9/
H A Dio.c92 int my_getch(void);
100 my_getch() function
130 c = my_getch();
156 c = my_getch();
187 c = my_getch();
211 c = my_getch();
252 } else if ((c=my_getch()) == 'x' || c == 'X') {
253 c = my_getch();
263 for (ret_value = 0; ; c = my_getch()) {
290 c = my_getch();
[all...]

Completed in 68 milliseconds