Searched refs:elseidx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.c1493 int idx, elseidx; local
1496 elseidx = NO_ELSE;
1499 elseidx = readreg();
1514 if (!ok && elseidx != NO_ELSE)
1515 idx = elseidx;
1517 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {

Completed in 89 milliseconds