Home
last modified time | relevance | path

Searched refs:WR_SIZE (Results 1 – 2 of 2) sorted by last modified time

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus7.c11466 #define WR_SIZE RD_SIZE macro
12315 { "/block", WR_SIZE, CM_INV|CM_ARG },
12321 { "/size", WR_SIZE, CM_ARG },
12666 case WR_SIZE:
/dports/emulators/hercules/hercules-3.13/
H A Dqeth.c120 #define WR_SIZE 0x22 in qeth_execute_ccw() macro
123 num = (count < WR_SIZE) ? count : WR_SIZE; in qeth_execute_ccw()
125 if (count < WR_SIZE) *more = 1; in qeth_execute_ccw()