/titanic_44/usr/src/cmd/troff/nroff.d/ |
H A D | n6.c | 131 getch(); in setabs() 134 getch(); in setabs() 176 i = cbits(getch()); in setps() 181 else if (i <= 3 && ischar(j = cbits(ch = getch())) && in setps() 186 getch(); in setps() 187 getch(); in setps() 189 j = cbits(getch()); in setps() 193 getch(); in setps() 194 getch(); in setps() 207 getch(); in setht() [all …]
|
/titanic_44/usr/src/cmd/troff/ |
H A D | n9.c | 79 if (!ismot(i = getch())) in setz() 93 if (ismot(c = getch())) in setline() 105 if ((cbits(c = getch())) == delim) { in setline() 148 while ((i = cbits(getch())) != c && (i != '\n')) 161 if (ismot(i = getch())) in setov() 164 for (k = 0; (k < NOV) && ((j = cbits(i = getch())) != delim) && in setov() 211 if (ismot(i = getch())) in setbra() 222 while (((k = cbits(i = getch())) != delim) && (k != '\n') && in setbra() 257 if (ismot(c = getch())) in setvline() 269 if ((cbits(c = getch())) == delim) { in setvline() [all …]
|
H A D | n4.c | 438 ii = getch(); in atoi0() 499 if (cbits(ii = getch()) != '=') in atoi0() 513 if (cbits(ii = getch()) == '=') in atoi0() 529 if (cbits(ii = getch()) == '=') in atoi0() 560 if (cbits(i = getch()) == '(') in ckph() 584 ii = getch(); 588 ii = getch(); 593 ii = getch(); 603 ii = getch(); 609 ii = getch(); [all …]
|
H A D | n5.c | 71 switch (i = cbits(getch())) { in casead() 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') { in casetr() 1030 if (ismot(k = getch())) in casetr() [all …]
|
H A D | n3.c | 340 while (cbits(i = getch()) == ' ') in skip() 372 i = cbits(ii = getch()); in copyb() 423 if (cbits(i = getch()) != '"') in copys() 425 while (cbits(i = getch()) != '\n') in copys() 805 if (cbits(i = getch()) == '"') in collect() 810 i = getch(); in collect() 815 && (cbits(i = getch()) != '"')) { in collect() 848 i = cbits(getch()) - '0'; in seta() 934 if (ismot(delim = getch())) { in casetl() 943 while (cbits(i = getch()) != '\n') { in casetl()
|
H A D | n1.c | 283 i = getch(); in main() 290 pchar(i = getch()); in main() 299 while ((j = cbits(i = getch())) == ' ' || j == '\t') in main() 733 getch() in getch() function 989 if (ismot(c = getch())) in setxon() 994 while ((k = cbits(c = getch())) != delim && k != '\n' && i < xbuf+NC-1) { in setxon() 1262 getch(); in flushi() 1277 j = cbits(i = getch()); 1326 if (((j = cbits(i = getch())) <= ' ') || (j > 0176)) 1329 if (((j = cbits(i = getch())) <= ' ') || (j > 0176)) [all …]
|
H A D | n8.c | 150 if (ismot(t = getch())) in casehw()
|
/titanic_44/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 150 static int getch(FILE *fp); 187 getch(FILE *fp) in getch() function 205 c = getch(fp); in yylex() 223 while ((c = getch(fp)) != EOF && c != '\n') in yylex() 259 c = getch(fp); in yylex() 282 c = getch(fp); in yylex() 287 c = getch(fp); in yylex() 295 c = getch(fp); in yylex() 302 c = getch(fp); in yylex() 305 c = getch(fp); in yylex() [all …]
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 278 getch(); in setabs() 281 getch(); in setabs() 387 i = cbits(getch()); in setps() 392 else if (i <= 3 && ischar(j = cbits(ch = getch())) && in setps() 399 j = cbits(getch()) - '0'; in setps() 400 j = 10 * j + cbits(getch()) - '0'; in setps() 404 j = cbits(getch()); in setps() 408 j = cbits(getch()) - '0'; in setps() 409 j = 10 * j + cbits(getch()) - '0'; in setps() 426 getch(); in setht() [all …]
|
/titanic_44/usr/src/cmd/bc/ |
H A D | bc.y | 490 c = getch(); in yylex() 493 c = getch(); in yylex() 495 (void) getch(); in yylex() 500 peekc = getch(); in yylex() 567 while ((ch = getch()) >= 'a' && ch <= 'z') in yylex() 589 switch ((peekc = getch())) { in yylex() 650 if ((peekc = getch()) == '=') { in yylex() 656 while ((getch() != '*') || ((peekc = getch()) != '/')) in yylex() 666 while ((c = getch()) != '"') { in yylex() 686 peekc = getch(); in cpeek() [all …]
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 49 #undef getch 52 getch(void) in getch() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 46 #undef getch 49 getch() in getch() function
|
/titanic_44/usr/src/cmd/unpack/ |
H A D | unpack.c | 84 static int getch(); 512 if ((i = getch()) == 0377) in expand() 568 getch() in getch() function 595 c = getch(); in getwdsize() 596 d = getch(); in getwdsize()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | macro.c | 40 static int getch(); 52 while ((c = getch(endch, trimflag)) != endch && c) in copyto() 166 int getch(endch, trimflag) in getch() function 587 while (c = (getch(DQUOTE, 0))) /* read characters from here document in subst()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _getch.c | 49 getch(void) in getch() function
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 626 static int getch(void); 770 switch (c = getch()) { in yylex() 799 c = getch(); in yylex() 817 } while (isdigit(c = getch())); in yylex() 834 getch(void) { in getch() function 858 while (isspace(c = getch())) in skipwhitespace() 871 switch (c = getch()) { in skipcomment() 887 int ch = getch(); in lookahead()
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | Makefile.com | 45 getch.o \
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | input.c | 79 c = getch(); /* get a character from the terminal */ in mygetch()
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | modem_setup.c | 123 while ((Input = getch()) == ERR); in ADM_Process_modem_setup()
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 69 getch.3xcurses \ 558 mvgetch.3xcurses := LINKSRC = getch.3xcurses 559 mvwgetch.3xcurses := LINKSRC = getch.3xcurses 560 wgetch.3xcurses := LINKSRC = getch.3xcurses
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 659 c = getch (); in console_checkkey() 690 c = getch (); in console_getkey()
|
/titanic_44/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 42 attron.o getch.o newpad.o tigetfla.o wget_wch.o \
|
/titanic_44/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 44 attron.o getch.o newpad.o tigetfla.o wget_wch.o \
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 119 getch;
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 346 if ((c = getch()) == EOF) { in sd_stats_lintmain()
|