Home
last modified time | relevance | path

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

12345678910>>...21

/dports/textproc/py-readchar/python-readchar-3.0.4/
H A Dtest.py1 import readchar.key
2 import readchar.readchar
5 readchar.key.ESC: "ESC",
6 readchar.key.UP: "UP",
7 readchar.key.DOWN: "DOWN",
16 readchar.key.F1: "F1",
17 readchar.key.F2: "F2",
18 readchar.key.F3: "F3",
19 readchar.key.F4: "F4",
20 readchar.key.F5: "F5",
[all …]
H A DREADME.rst30 pip install readchar
41 import readchar
43 c = readchar.readchar()
44 key = readchar.readkey()
51 :code:`readchar()`
90 git clone https://github.com/magmax/python-readchar.git
139 :target: https://pypi.python.org/pypi/readchar
143 :target: https://pypi.python.org/pypi/readchar
146 .. _pypi: https://pypi.python.org/pypi/readchar
147 .. _GitHub: https://github.com/magmax/python-readchar
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/db/
H A Dexpr.c20 if (readchar() == 0) in ascval()
154 if (readchar()!=')') in term()
173 readchar(); in item()
179 if (!getnum(readchar)) in item()
192 readchar(); /* ugh */ in item()
195 readchar(); in item()
216 readchar(); in item()
224 readchar(); in item()
332 readchar(); in readsym()
348 readchar(); in readfname()
[all …]
H A Dinput.c28 readchar(); in rdc()
61 readchar(void) in readchar() function
113 if (readchar()=='\\') in quotchar()
114 return(readchar()); in quotchar()
130 while ((quote ? readchar()!=EOR : !eol(readchar()))){ in getformat()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dscanner.pas4146 readchar;
4241 readchar;
4388 readchar;
4520 readchar;
4533 readchar;
4556 readchar;
4566 readchar;
4572 readchar;
4587 readchar;
4648 readchar;
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dscanner.pas4146 readchar;
4241 readchar;
4388 readchar;
4520 readchar;
4533 readchar;
4556 readchar;
4566 readchar;
4572 readchar;
4587 readchar;
4648 readchar;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dscanner.pas4146 readchar;
4241 readchar;
4388 readchar;
4520 readchar;
4533 readchar;
4556 readchar;
4566 readchar;
4572 readchar;
4587 readchar;
4648 readchar;
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/dict/tool/
H A Dreadline.c67 readchar() in readchar() function
98 c = readchar(); in skip_blank()
99 while (Isblank(c)) c = readchar(); in skip_blank()
151 c = readchar(); in readhinsi()
219 c = readchar(); in readline()
233 c = readchar(); in readline()
237 c = readchar(); in readline()
242 c = readchar(); in readline()
/dports/textproc/py-readchar/python-readchar-3.0.4/readchar/
H A Dreadchar.py8 from .readchar_linux import readchar
10 from .readchar_linux import readchar
12 from .readchar_linux import readchar
17 from .readchar_windows import readchar
88 getchar = getchar_fn or readchar
H A D__init__.py2 from .readchar import readchar, readkey
4 __all__ = [readchar, readkey, key]
/dports/mail/mblaze/mblaze-1.1/contrib/
H A Dmvi139 readchar() {
146 [ "$#" -eq 0 ] && in_key=$(readchar) && return
245 c=$(readchar)
249 c=$(readchar)
253 c=$(readchar)
256 *) c=$(readchar); c=$(readchar); rv=1 ;;
/dports/emulators/vmips/vmips-1.5.1/
H A Dremotegdb.cc363 int readchar (int timeout) in readchar() function
446 ch = readchar (remote_timeout); in putpkt()
532 c = readchar (remote_timeout); in read_frame()
550 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
551 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
567 c = readchar (remote_timeout); in read_frame()
643 c = readchar (timeout); in getpkt()
/dports/comms/sms_client/sms_client-3.0.2/src/parser/
H A Dgs_character.c44 static int readchar(int fd, unsigned char *c);
48 static int readchar(int fd, unsigned char *c) in readchar() function
77 res = readchar(fd, character); in gs_get_next_character()
85 { res = readchar(fd, character); in gs_get_next_character()
/dports/databases/libsdb/sdb-0.10.1/
H A Dsdbd_driver.c71 static int readchar(int fd) in readchar() function
93 c = readchar(fd); in readno()
168 readchar(sockfd); in sdbd_try()
190 readchar(sockfd); in sdbd_open()
192 c = readchar(sockfd); in sdbd_open()
197 readchar(sockfd); in sdbd_open()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/tools/gdb/
H A Dremote.c611 readchar (int timeout) in readchar() function
694 ch = readchar (remote_timeout);
775 c = readchar (remote_timeout); in read_frame()
794 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
795 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
814 c = readchar (remote_timeout); in read_frame()
887 c = readchar (timeout);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/tools/gdb/
H A Dremote.c611 readchar (int timeout) in readchar() function
694 ch = readchar (remote_timeout);
775 c = readchar (remote_timeout); in read_frame()
794 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
795 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
814 c = readchar (remote_timeout); in read_frame()
887 c = readchar (timeout);
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/tools/gdb/
H A Dremote.c611 readchar (int timeout) in readchar() function
694 ch = readchar (remote_timeout);
775 c = readchar (remote_timeout); in read_frame()
794 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
795 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
814 c = readchar (remote_timeout); in read_frame()
887 c = readchar (timeout);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/gdb/
H A Dremote.c598 readchar (int timeout) in readchar() function
681 ch = readchar (remote_timeout);
762 c = readchar (remote_timeout); in read_frame()
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
801 c = readchar (remote_timeout); in read_frame()
874 c = readchar (timeout);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/tools/gdb/
H A Dremote.c611 readchar (int timeout) in readchar() function
694 ch = readchar (remote_timeout);
775 c = readchar (remote_timeout); in read_frame()
794 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
795 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
814 c = readchar (remote_timeout); in read_frame()
887 c = readchar (timeout);

12345678910>>...21