Home
last modified time | relevance | path

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

/original-bsd/usr.bin/tn3270/api/
H A Dapi_exch.c31 static char ibuffer[4000], *ibuf_next, *ibuf_last; variable
32 #define IBUFADDED(i) ibuf_last += (i)
33 #define IBUFAVAILABLE() (ibuf_last-ibuf_next)
35 #define IBUFFREE() (ibuffer+sizeof ibuffer-ibuf_last-1)
37 #define IBUFRESET() (ibuf_next = ibuf_last = ibuffer)
85 if (ibuf_next == ibuf_last) {