Home
last modified time | relevance | path

Searched refs:read1byte (Results 1 – 4 of 4) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Dkeyboard.c191 byte1 = read1byte ();
199 byte1 = read1byte ();
1117 int c = read1byte (); in get1byte()
1590 read1byte () in read1byte() function
1849 key = read1byte (); in _readchar()
1883 ch = read1byte (); in _readchar()
1908 ch = read1byte (); in _readchar()
2342 (void) read1byte (); /* swallow 'w' */ in _readchar()
2424 q_put (read1byte ()); in _readchar()
H A Ddispatch.c887 while ((c = read1byte ()) == '[' || c == '?' || c == '>' || c == ';' in CSI()
916 while ((c = read1byte ()) == ';' || (c >= '0' && c <= '9')) { in ESCO()
941 while ((c = read1byte ()) >= ' ') { in OSC()
944 read1byte (); /* '\\' */ in OSC()
H A Dio.h220 extern int read1byte _((void));
H A Dmined1.c1884 c = read1byte ();
1898 c = read1byte ();