Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c209 switch (mygetch()) { in getmouseevent()
211 if ((m.button = mygetch()) == '0') { /* if scroll bar */ in getmouseevent()
221 m.button = mygetch(); in getmouseevent()
242 c = mygetch(); in getcoordinate()
246 c = mygetch(); in getcoordinate()
261 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.c87 if ((c = mygetch()) == EOF || c == ctrl('D') || in editall()
H A Dglobal.h271 int mygetch(void);
H A Dmain.c595 if ((c = mygetch()) == EOF || c == ctrl('D') || in main()