| /netbsd/src/games/cribbage/ |
| D | io.c | 65 static int readchar(void); 314 c = readchar(); in getuchar() 480 while ((c = readchar()) != '\n') in wait_for() 483 while (readchar() != ch) in wait_for() 492 readchar(void) in readchar() function 531 for (pos = 0; (c = readchar()) != '\n'; clrtoeol(), refresh()) { in get_line()
|
| /netbsd/src/games/hack/ |
| D | hack.tty.c | 300 while ((c = readchar()) != '\n') { in xwaitforspace() 324 while ((foo = readchar()) >= '0' && foo <= '9') in parse() 350 readchar(void) in readchar() function
|
| D | hack.pager.c | 99 q = readchar(); in dowhatis() 121 if (readchar() == 'y') { in dowhatis() 361 while (((c = readchar()) != 'l') && (c != 's') && !strchr(quitchars, c)) in dohelp()
|
| D | hack.do_name.c | 87 while ((c = readchar()) != '.') { in getpos() 224 switch (readchar()) { in ddocall()
|
| D | hack.do_wear.c | 124 if (strchr(quitchars, (answer = readchar()))) in doremring() 287 if (strchr(quitchars, (answer = readchar()))) in dowearring()
|
| D | hack.invent.c | 469 ilet = readchar(); in getobj() 476 ilet = readchar(); in getobj() 660 sym = readchar(); in askchain() 796 c = readchar(); in dotypeinv()
|
| D | hack.u_init.c | 186 while (!strchr("ynYN \n\004", (exper = readchar()))) in u_init() 208 while ((pc = readchar()) != '\0') { in u_init()
|
| D | hack.apply.c | 257 if (readchar() == 'y') in use_ice_box() 261 if (readchar() != 'y') in use_ice_box()
|
| D | hack.cmd.c | 309 dirsym = readchar(); in getdir()
|
| D | extern.h | 458 char readchar(void);
|
| D | hack.eat.c | 183 if (readchar() == 'y') { in doeat()
|
| D | hack.end.c | 100 if (readchar() != 'y') { in done1()
|
| D | hack.c | 461 while (!strchr("ynaq ", (c = readchar()))) in pickup()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | serial.h | 265 int (*readchar) (struct serial *, int timeout); member
|
| D | serial.c | 381 ch = scb->ops->readchar (scb, timeout); in serial_readchar()
|
| D | remote.c | 1338 int readchar (int timeout); 9882 remote_target::readchar (int timeout) in readchar() function 10090 ch = readchar (remote_timeout); in putpkt_binary() 10176 c = readchar (remote_timeout); in skip_frame() 10184 c = readchar (remote_timeout); in skip_frame() 10186 c = readchar (remote_timeout); in skip_frame() 10191 c = readchar (remote_timeout); in skip_frame() 10225 c = readchar (remote_timeout); in read_frame() 10244 check_0 = readchar (remote_timeout); in read_frame() 10246 check_1 = readchar (remote_timeout); in read_frame() [all …]
|
| D | ChangeLog-1997 | 1882 uses of SERIAL_READCHAR with readchar, which has better error 1885 (readchar): Improve doc. Handle random serial errors. 1887 serial error handling (it's now handled in readchar). Remove 1888 remote_debug echoing. That's handled in readchar as well. 1895 (gch): Remove debug output. That's handled by readchar.
|
| D | ChangeLog-1995 | 32 (readchar): If MO_HANDLE_NL is set, handle \r\n pairs and convert 3502 * monitor.c (printf_monitor readchar): Use stderr instead of 3503 stdout to output debug info. Also cleanup readchar a little.
|
| D | ChangeLog-1999 | 2480 * remote.c (readchar): When EOF mourn the inferior. 3659 (readchar): Re-enable output of characters read from monitor when 5399 (sds_interrupt, sds_wait, readchar, putmessage, read_frame, 5401 (store_register), xmodem.c (readchar), utils.c (puts_debug),
|
| D | ChangeLog-1994 | 2258 * remote.c (read_frame): Split readchar/checksum calculation into 2970 * (readchar): Add timeout parameter. Handle SERIAL_EOF and 4646 * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
|
| D | ChangeLog-2013 | 4818 (readchar, remote_xfer_partial, remote_rcmd, packet_command) 9235 (readchar, remote_serial_write): Use it. 9864 (readchar) <SERIAL_EOF> 9865 (readchar) <SERIAL_ERROR> 9891 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
|
| D | ChangeLog-1993 | 2336 dev_name, check_open, is_open, readchar, readchar_nofail, 4896 * gdbserver/remote-utils.c: Add tcp support. (readchar): Do 6863 * remote.c (readchar): forward declare alarm which otherwise looks
|
| D | ChangeLog-3.x | 2693 (remote_open, readchar): Setup to timeout reads if they take
|
| D | ChangeLog-1990 | 749 * remote-eb.c (readchar): Mask received char log to make it readable.
|
| D | ChangeLog-1998 | 3789 * ocd.c (remote_timeout), (BDM_BREAKPOINT), monitor.c (readchar), 6070 * sparcl-tdep.c (readchar): Print debugging information.
|