Searched refs:readbyte (Results 1 – 2 of 2) sorted by relevance
1776 int readbyte OF((__GPRO));2199 # define NEXTBYTE (--G.incnt >= 0 ? (int)(*G.inptr++) : readbyte(__G))
558 int readbyte(__G) /* refill inbuf and return a byte if available, else EOF */ in readbyte() function