Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c441 readchar (int timeout) in readchar() function
544 c = readchar (timeout); in monitor_expect()
551 c = readchar (timeout); in monitor_expect()
686 ch = readchar (timeout);
693 ch = readchar (timeout);
1216 c = readchar (timeout); in monitor_fetch_register()
1218 c = readchar (timeout); in monitor_fetch_register()
1233 c = readchar (timeout); in monitor_fetch_register()
1235 c = readchar (timeout); in monitor_fetch_register()
1737 c = readchar (timeout); in monitor_read_memory_single()
[all …]
H A Docd.c47 static int readchar (int timeout);
737 readchar (int timeout) in readchar() function
806 ch = readchar (timeout); in ocd_get_packet()
821 ch = readchar (timeout); in ocd_get_packet()
831 ch = readchar (timeout); in ocd_get_packet()
840 ch = readchar (timeout); in ocd_get_packet()
909 ch = readchar (timeout); in ocd_get_packet()
922 ch = readchar (timeout); in ocd_get_packet()
H A Dremote-sds.c83 static int readchar (int);
165 while ((c = readchar (1)) >= 0) in sds_start_remote()
667 readchar (int timeout) in readchar() function
802 c = readchar (sds_timeout); in read_frame()
883 c = readchar (timeout); in getmessage()
905 c2 = readchar (timeout); in getmessage()
906 c3 = readchar (timeout); in getmessage()
H A Dremote-e7000.c197 readchar (int timeout) in readchar() function
262 c = readchar (timeout); in expect()
338 *start = readchar (timeout); in get_hex()
343 *start = readchar (timeout); in get_hex()
573 c = readchar (1); in e7000_start_remote()
608 c = readchar (1); in e7000_start_remote()
769 return readchar (timeout); in gch()
1174 j = readchar (0); in write_large()
1188 while ((j = readchar (0)) > 0) in write_large()
1815 while ((c = readchar (1)) != -1) in e7000_drain_command()
[all …]
H A Dremote-st.c90 readchar (int timeout) in readchar() function
126 c = readchar (timeout); in expect()
181 ch = readchar (timeout); in get_hex_digit()
746 c = readchar (0);
H A Dser-pipe.c146 ops->readchar = ser_unix_readchar; in _initialize_ser_pipe()
H A Dserial.h212 int (*readchar) (struct serial *, int timeout); member
H A Dser-tcp.c215 ops->readchar = ser_unix_readchar; in _initialize_ser_tcp()
H A Dremote.c111 static int readchar (int timeout);
3830 readchar (int timeout) in readchar() function
3939 ch = readchar (remote_timeout); in putpkt_binary()
4033 c = readchar (remote_timeout); in read_frame()
4053 check_0 = readchar (remote_timeout); in read_frame()
4055 check_1 = readchar (remote_timeout); in read_frame()
4091 c = readchar (remote_timeout); in read_frame()
4189 c = readchar (timeout); in getpkt_sane()
H A Dserial.c352 ch = scb->ops->readchar (scb, timeout); in serial_readchar()
/openbsd/games/hack/
H A Dhack.pager.c89 extern char readchar(); in dowhatis()
95 q = readchar(); in dowhatis()
114 if (readchar() == 'y') { in dowhatis()
355 while (((c = readchar ()) != 'l') && (c != 's') && !strchr(quitchars,c)) in dohelp()
H A Dhack.tty.c277 while((c = readchar()) != '\n') { in xwaitforspace()
297 while((foo = readchar()) >= '0' && foo <= '9') in parse()
321 readchar(void) in readchar() function
H A Dhack.do_name.c86 while((c = readchar()) != '.'){ in getpos()
214 switch(readchar()) { in ddocall()
H A Dhack.do_wear.c120 if(strchr(quitchars, (answer = readchar()))) in doremring()
273 if(strchr(quitchars, (answer = readchar()))) in dowearring()
H A Dhack.u_init.c183 while(!strchr("ynYN \n\004", (exper = readchar()))) in u_init()
206 while ((pc = readchar())) { in u_init()
H A Dhack.invent.c440 ilet = readchar(); in getobj()
447 ilet = readchar(); in getobj()
613 sym = readchar(); in askchain()
739 c = readchar(); in dotypeinv()
H A Dhack.apply.c249 if(readchar() == 'y') in use_ice_box()
253 if(readchar() != 'y') return; in use_ice_box()
H A Dhack.cmd.c289 dirsym = readchar(); in getdir()
H A Dhack.eat.c179 if(readchar() == 'y') { in doeat()
H A Dhack.h670 char readchar(void);
/openbsd/games/cribbage/
H A Dio.c288 c = readchar(); in getuchar()
464 while ((c = readchar()) != '\n') in wait_for()
467 while (readchar() != ch) in wait_for()
476 readchar(void) in readchar() function
512 for (pos = 0; (c = readchar()) != '\n'; wclrtoeol(Msgwin), in get_line()
H A Dcribbage.h110 int readchar(void);
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c432 readchar (void) in readchar() function
474 c = readchar (); in getpkt()
490 c = readchar (); in getpkt()
500 c1 = fromhex (readchar ()); in getpkt()
501 c2 = fromhex (readchar ()); in getpkt()
/openbsd/usr.bin/dc/
H A Dbcode.h68 int (*readchar)(struct source *); member
H A Dinout.c190 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in readnumber()
242 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in read_string()

12