Home
last modified time | relevance | path

Searched refs:readchar (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/games/cribbage/
Dio.c65 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/
Dhack.tty.c300 while ((c = readchar()) != '\n') { in xwaitforspace()
324 while ((foo = readchar()) >= '0' && foo <= '9') in parse()
350 readchar(void) in readchar() function
Dhack.pager.c99 q = readchar(); in dowhatis()
121 if (readchar() == 'y') { in dowhatis()
361 while (((c = readchar()) != 'l') && (c != 's') && !strchr(quitchars, c)) in dohelp()
Dhack.do_name.c87 while ((c = readchar()) != '.') { in getpos()
224 switch (readchar()) { in ddocall()
Dhack.do_wear.c124 if (strchr(quitchars, (answer = readchar()))) in doremring()
287 if (strchr(quitchars, (answer = readchar()))) in dowearring()
Dhack.invent.c469 ilet = readchar(); in getobj()
476 ilet = readchar(); in getobj()
660 sym = readchar(); in askchain()
796 c = readchar(); in dotypeinv()
Dhack.u_init.c186 while (!strchr("ynYN \n\004", (exper = readchar()))) in u_init()
208 while ((pc = readchar()) != '\0') { in u_init()
Dhack.apply.c257 if (readchar() == 'y') in use_ice_box()
261 if (readchar() != 'y') in use_ice_box()
Dhack.cmd.c309 dirsym = readchar(); in getdir()
Dextern.h458 char readchar(void);
Dhack.eat.c183 if (readchar() == 'y') { in doeat()
Dhack.end.c100 if (readchar() != 'y') { in done1()
Dhack.c461 while (!strchr("ynaq ", (c = readchar()))) in pickup()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.h265 int (*readchar) (struct serial *, int timeout); member
Dserial.c381 ch = scb->ops->readchar (scb, timeout); in serial_readchar()
Dremote.c1338 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 …]
DChangeLog-19971882 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.
DChangeLog-199532 (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.
DChangeLog-19992480 * 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),
DChangeLog-19942258 * 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.
DChangeLog-20134818 (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
DChangeLog-19932336 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
DChangeLog-3.x2693 (remote_open, readchar): Setup to timeout reads if they take
DChangeLog-1990749 * remote-eb.c (readchar): Mask received char log to make it readable.
DChangeLog-19983789 * ocd.c (remote_timeout), (BDM_BREAKPOINT), monitor.c (readchar),
6070 * sparcl-tdep.c (readchar): Print debugging information.

12