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

/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c396 token_t debug_low[MAX_DEBUG_STACK], debug_high[MAX_DEBUG_STACK]; variable
427 debug_high[top] =
430 debug_high[top] = 0; /* marker... */
443 if (debug_high[top] == 0) {
447 (token_t)IP <= debug_high[top]) {
461 if ((token_t)(IP - 1) == debug_high[top]) {

Completed in 23 milliseconds