Searched refs:circlebuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/warp/
H A Dterm.c581 nextout = nextin; /* empty circlebuf */
593 *addr = circlebuf[nextout++];
623 howmany = read(devtty,circlebuf+nextin,metakey?1:PUSHSIZE-nextin);
626 if (circlebuf[nextin] & 0200) {
627 circlebuf[nextin] &= 0177;
633 circlebuf[i] &= 0177;
653 circlebuf[nextout] = ch;
H A Dterm.h101 EXT char circlebuf[PUSHSIZE]; variable

Completed in 83 milliseconds