HomeSort by: relevance | last modified time | path
    Searched refs:circlebuf (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
term.c 581 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;
term.h 101 EXT char circlebuf[PUSHSIZE]; variable in typeref:typename:EXT char[]

Completed in 29 milliseconds