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

  /src/games/larn/
io.c 136 static int ipoint = MAXIBUF, iepoint = MAXIBUF; /* input buffering variable in typeref:typename:int
329 if (ipoint != iepoint)
331 if (iepoint != MAXIBUF)
336 iepoint = ipoint = 0;
340 iepoint = i;
383 if (iepoint == ipoint) {
393 num2 = iepoint - ipoint; /* # of bytes left in
491 ipoint = iepoint = MAXIBUF;
io.c 136 static int ipoint = MAXIBUF, iepoint = MAXIBUF; /* input buffering variable in typeref:typename:int
329 if (ipoint != iepoint)
331 if (iepoint != MAXIBUF)
336 iepoint = ipoint = 0;
340 iepoint = i;
383 if (iepoint == ipoint) {
393 num2 = iepoint - ipoint; /* # of bytes left in
491 ipoint = iepoint = MAXIBUF;
io.c 136 static int ipoint = MAXIBUF, iepoint = MAXIBUF; /* input buffering variable in typeref:typename:int
329 if (ipoint != iepoint)
331 if (iepoint != MAXIBUF)
336 iepoint = ipoint = 0;
340 iepoint = i;
383 if (iepoint == ipoint) {
393 num2 = iepoint - ipoint; /* # of bytes left in
491 ipoint = iepoint = MAXIBUF;

Completed in 33 milliseconds