Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dc/
Dbcode.c1446 int idx, elseidx; in compare() local
1451 elseidx = NO_ELSE; in compare()
1454 elseidx = readreg(); in compare()
1469 if (!ok && elseidx != NO_ELSE) in compare()
1470 idx = elseidx; in compare()
1472 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) { in compare()