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

  /src/games/warp/
term.c 594 nextout %= PUSHSIZE;
623 howmany = read(devtty,circlebuf+nextin,metakey?1:PUSHSIZE-nextin);
635 nextin %= PUSHSIZE; /* may end up 1 if metakey */
648 nextout = PUSHSIZE - 1;
783 char tmpbuf[PUSHSIZE];
787 interp(s,PUSHSIZE,str);
warp.h 129 # define PUSHSIZE 128
132 # define PUSHSIZE 256
term.h 101 EXT char circlebuf[PUSHSIZE];

Completed in 13 milliseconds