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

/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.c39 #define NO_ELSE -2 /* -1 is EOF */ macro
1496 elseidx = NO_ELSE;
1514 if (!ok && elseidx != NO_ELSE)
1517 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {

Completed in 34 milliseconds