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

  /src/games/adventure/
io.c 295 int locc; local in function:rdesc
302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
304 && !(sect == 5 && (locc == 0 || locc >= 100))) {
340 if (locc < 0) {
345 if (sect != 5 || (locc > 0 && locc < 100)) {
346 if (oldloc != locc) /* starting a new message */
348 oldloc = locc;
358 int locc; local in function:rtrav
    [all...]
io.c 295 int locc; local in function:rdesc
302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
304 && !(sect == 5 && (locc == 0 || locc >= 100))) {
340 if (locc < 0) {
345 if (sect != 5 || (locc > 0 && locc < 100)) {
346 if (oldloc != locc) /* starting a new message */
348 oldloc = locc;
358 int locc; local in function:rtrav
    [all...]

Completed in 21 milliseconds