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

  /src/usr.bin/dc/
bcode.c 1496 int idx, elseidx; local in function:compare
1501 elseidx = NO_ELSE;
1504 elseidx = readreg();
1519 if (!ok && elseidx != NO_ELSE)
1520 idx = elseidx;
1522 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {
bcode.c 1496 int idx, elseidx; local in function:compare
1501 elseidx = NO_ELSE;
1504 elseidx = readreg();
1519 if (!ok && elseidx != NO_ELSE)
1520 idx = elseidx;
1522 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {

Completed in 172 milliseconds