Searched defs:getch (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_getch.c49 getch(void) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c30 * getch.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/getch.c 1.1 1995/05/25 17:56:14 ant Exp $";
46 #undef getch macro
49 getch() function
54 __m_trace("getch(void)");
59 return __m_return_int("getch", value);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c32 * getch.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/getch.c 1.1 "
49 #undef getch macro
52 getch(void) function
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c40 static int getch();
52 while ((c = getch(endch, trimflag)) != endch && c)
166 int getch(endch, trimflag) function
587 while (c = (getch(DQUOTE, 0))) /* read characters from here document
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c150 static int getch(FILE *fp);
187 getch(FILE *fp) function
205 c = getch(fp);
223 while ((c = getch(fp)) != EOF && c != '\n')
259 c = getch(fp);
282 c = getch(fp);
287 c = getch(fp);
295 c = getch(fp);
302 c = getch(fp);
305 c = getch(f
[all...]
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c84 static int getch();
512 if ((i = getch()) == 0377)
568 getch() function
595 c = getch();
596 d = getch();
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c283 i = getch();
290 pchar(i = getch());
299 while ((j = cbits(i = getch())) == ' ' || j == '\t')
733 getch() function
743 fdprintf(stderr, "getch: ch is %x (%c)\n",
755 fdprintf(stderr,"getch: nlflg is %x\n", nlflg);
762 fdprintf(stderr, "getch: getch0 returns %x (%c)\n",
989 if (ismot(c = getch()))
994 while ((k = cbits(c = getch())) != delim && k != '\n' && i < xbuf+NC-1) {
1262 getch();
[all...]
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h109 #define getch() VOID(wgetch(stdscr)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h421 extern int getch(void);
883 #define getch() wgetch(stdscr) macro
884 #define mvgetch(y, x) (move(y, x) ? ERR : getch())
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h599 extern int getch(void);
935 #define getch() wgetch(stdscr) macro
936 #define mvgetch(y,x) (move(y,x)?ERR:getch())
/illumos-gate/usr/src/man/man3curses/
H A DMakefile210 getch.3curses \
694 getch.3curses := LINKSRC = curs_getch.3curses

Completed in 77 milliseconds