mygetch 312 gtags-cscope/command.c if ((c = mygetch()) == '>') { mygetch 494 gtags-cscope/command.c switch (c = mygetch()) { mygetch 520 gtags-cscope/command.c if ((commandc = mygetch()) == EOF) { mygetch 664 gtags-cscope/command.c if ((c = mygetch()) == EOF mygetch 93 gtags-cscope/edit.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { mygetch 352 gtags-cscope/global-cscope.h int mygetch(void); mygetch 534 gtags-cscope/gtags-cscope.c if ((c = mygetch()) == EOF || c == ctrl('D') || c == ctrl('Z')) { mygetch 142 gtags-cscope/input.c while ((c = mygetch()) != '\r' && c != '\n' && c != KEY_ENTER) { mygetch 249 gtags-cscope/input.c mygetch(); mygetch 294 gtags-cscope/mouse.c if(((i = mygetch()) != '[') || ((i = mygetch()) != '?')) { mygetch 300 gtags-cscope/mouse.c while(isdigit(i = mygetch())) { mygetch 309 gtags-cscope/mouse.c while(isdigit(i = mygetch())) { mygetch 318 gtags-cscope/mouse.c if((button = mygetch()) > '4') { mygetch 322 gtags-cscope/mouse.c if((i = mygetch()) != ';') { mygetch 328 gtags-cscope/mouse.c if((reason = mygetch()) > '8') { mygetch 334 gtags-cscope/mouse.c if((i = mygetch()) != 'M') { mygetch 372 gtags-cscope/mouse.c switch (mygetch()) { mygetch 374 gtags-cscope/mouse.c if ((m.button = mygetch()) == '0') { /* if scrollbar */ mygetch 385 gtags-cscope/mouse.c m.button = mygetch(); mygetch 407 gtags-cscope/mouse.c c = mygetch(); mygetch 411 gtags-cscope/mouse.c c = mygetch(); mygetch 426 gtags-cscope/mouse.c c = mygetch();