Searched refs:ttyoring (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Ddefines.h44 *ttyoring.supply = c; \
45 ring_supplied(&ttyoring, 1); \
47 #define TTYBYTES() (ring_full_count(&ttyoring))
48 #define TTYROOM() (ring_empty_count(&ttyoring))
H A Dterminal.c38 Ring ttyoring, ttyiring; variable
81 if (ring_init(&ttyoring, ttyobuf, sizeof ttyobuf) != 1) {
107 n0 = ring_full_count(&ttyoring);
108 if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) {
113 n = TerminalWrite((char *)ttyoring.consume, n);
118 Dump('>', ttyoring.consume, n);
128 n1 = TerminalWrite((char *)ttyoring.bottom, n1);
132 ring_consumed(&ttyoring, n);
H A Dexterns.h435 ttyoring,
H A Dtelnet.c2000 ttyout = ring_full_count(&ttyoring);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Ddefines.h45 *ttyoring.supply = c; \
46 ring_supplied(&ttyoring, 1); \
48 #define TTYBYTES() (ring_full_count(&ttyoring))
49 #define TTYROOM() (ring_empty_count(&ttyoring))
H A Dterminal.c56 Ring ttyoring, ttyiring; variable
104 if (ring_init(&ttyoring, ttyobuf, sizeof ttyobuf) != 1) {
128 n0 = ring_full_count(&ttyoring);
129 if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) {
134 n = TerminalWrite((char *)ttyoring.consume, n);
139 Dump('>', ttyoring.consume, n);
149 n1 = TerminalWrite((char *)ttyoring.bottom, n1);
153 ring_consumed(&ttyoring, n);
H A Dtn3270.c250 ring_supply_data(&ttyoring, buffer, c);
H A Dexterns.h489 ttyoring,
H A Dtelnet.c2067 ttyout = ring_full_count(&ttyoring);

Completed in 103 milliseconds