Home
last modified time | relevance | path

Searched refs:BufferTo3270_1 (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/tn3270/ctlr/
H A Dinbound.c400 AddChar(BufferTo3270_1(j));
459 AddChar(BufferTo3270_1(CursorAddress));
495 AddChar(BufferTo3270_1(CursorAddress)); in DoReadBuffer()
500 AddChar(BufferTo3270_1(FieldAttributes(i))); in DoReadBuffer()
524 stuff[2] = BufferTo3270_1(count);
H A Dscreen.h36 #define BufferTo3270_1(x) (CIABuffer[(x)&0x3f]) macro