Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/dc/
HDbcode.c1514 int idx, elseidx; in compare() local
1517 elseidx = NO_ELSE; in compare()
1520 elseidx = readreg(); in compare()
1535 if (!ok && elseidx != NO_ELSE) in compare()
1536 idx = elseidx; in compare()
1538 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) { in compare()