Home
last modified time | relevance | path

Searched refs:mygetch (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/tools/cscope-fast/
H A Dmouse.c211 switch (mygetch()) { in getmouseevent()
213 if ((m.button = mygetch()) == '0') { /* if scroll bar */ in getmouseevent()
223 m.button = mygetch(); in getmouseevent()
244 c = mygetch(); in getcoordinate()
248 c = mygetch(); in getcoordinate()
263 c = mygetch(); in getpercent()
H A Dinput.c65 mygetch(void) in mygetch() function
105 while ((c = mygetch()) != '\r' && c != '\n' && c != KEY_ENTER && in getaline()
154 (void) mygetch(); in askforchar()
H A Dcommand.c226 if ((c = mygetch()) == '>') { in command()
355 switch (c = mygetch()) { in command()
373 if ((commandc = mygetch()) == EOF) { in command()
516 if ((c = mygetch()) == EOF || c == ctrl('D') || in changestring()
H A Dedit.c89 if ((c = mygetch()) == EOF || c == ctrl('D') || in editall()
H A Dglobal.h271 int mygetch(void);
H A Dmain.c597 if ((c = mygetch()) == EOF || c == ctrl('D') || in main()