Searched refs:getch (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_getch.c49 getch(void) function
/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/troff/nroff.d/
H A Dn6.c131 getch();
134 getch();
176 i = cbits(getch());
181 else if (i <= 3 && ischar(j = cbits(ch = getch())) &&
186 getch();
187 getch();
189 j = cbits(getch());
193 getch();
194 getch();
207 getch();
[all...]
/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/cmd/troff/
H A Dn9.c79 if (!ismot(i = getch()))
93 if (ismot(c = getch()))
105 if ((cbits(c = getch())) == delim) {
148 while ((i = cbits(getch())) != c && (i != '\n'))
161 if (ismot(i = getch()))
164 for (k = 0; (k < NOV) && ((j = cbits(i = getch())) != delim) &&
211 if (ismot(i = getch()))
222 while (((k = cbits(i = getch())) != delim) && (k != '\n') &&
257 if (ismot(c = getch()))
269 if ((cbits(c = getch()))
[all...]
H A Dn5.c71 switch (i = cbits(getch())) {
154 if (skip() || ismot(i = getch()) || cbits(i) == ' ' || cbits(i) == '\n') {
511 if ((tmbuf[i++] = getch()) == '\n')
697 if ((cbits(i = getch())) == '!') {
709 i = getch();
740 while ((cbits(i = getch())) == ' ')
810 while ((j = cbits(i = getch()))!=delim && j!='\n' && sp<&string[1280-1])
830 while ((j = cbits(i = getch())) != delim && j != '\n') {
1027 while ((i = cbits(k=getch())) != '\n') {
1030 if (ismot(k = getch()))
[all...]
H A Dn4.c438 ii = getch();
499 if (cbits(ii = getch()) != '=')
513 if (cbits(ii = getch()) == '=')
529 if (cbits(ii = getch()) == '=')
560 if (cbits(i = getch()) == '(')
584 ii = getch();
588 ii = getch();
593 ii = getch();
603 ii = getch();
609 ii = getch();
[all...]
H A Dn3.c340 while (cbits(i = getch()) == ' ')
372 i = cbits(ii = getch());
423 if (cbits(i = getch()) != '"')
425 while (cbits(i = getch()) != '\n')
805 if (cbits(i = getch()) == '"')
810 i = getch();
815 && (cbits(i = getch()) != '"')) {
848 i = cbits(getch()) - '0';
934 if (ismot(delim = getch())) {
943 while (cbits(i = getch()) !
[all...]
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...]
H A Dn8.c150 if (ismot(t = getch()))
H A Dtdef.h332 extern tchar getch(), getch0();
384 #define DB_GETC 04 /*print out message from getch()*/
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c278 getch();
281 getch();
387 i = cbits(getch());
392 else if (i <= 3 && ischar(j = cbits(ch = getch())) &&
399 j = cbits(getch()) - '0';
400 j = 10 * j + cbits(getch()) - '0';
404 j = cbits(getch());
408 j = cbits(getch()) - '0';
409 j = 10 * j + cbits(getch()) - '0';
426 getch();
[all...]
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y490 c = getch();
493 c = getch();
495 (void) getch();
500 peekc = getch();
567 while ((ch = getch()) >= 'a' && ch <= 'z')
589 switch ((peekc = getch())) {
650 if ((peekc = getch()) == '=') {
656 while ((getch() != '*') || ((peekc = getch()) != '/'))
666 while ((c = getch()) !
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A DMakefile.com45 getch.o \
/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/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/cscope-fast/
H A Dinput.c79 c = getch(); /* get a character from the terminal */
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c123 while ((Input = getch()) == ERR);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y626 static int getch(void);
770 switch (c = getch()) {
799 c = getch();
817 } while (isdigit(c = getch()));
831 /* getch - return the next character from the input stream. */
834 getch(void) {
858 while (isspace(c = getch()))
871 switch (c = getch()) {
887 int ch = getch();
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com44 attron.o getch.o newpad.o tigetfla.o wget_wch.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com42 attron.o getch.o newpad.o tigetfla.o wget_wch.o \
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c662 c = getch ();
693 c = getch ();
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c346 if ((c = getch()) == EOF) {
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h109 #define getch() VOID(wgetch(stdscr)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile69 getch.3xcurses \
558 mvgetch.3xcurses := LINKSRC = getch.3xcurses
559 mvwgetch.3xcurses := LINKSRC = getch.3xcurses
560 wgetch.3xcurses := LINKSRC = getch.3xcurses

Completed in 130 milliseconds

12