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

/illumos-gate/usr/src/cmd/rcap/common/
H A Dutils.h81 extern void debug_high(char *, ...);
86 static void debug_high(char *format, ...) /*ARGSUSED*/ {} function
H A Dutils.c97 debug_high(char *format, ...) function
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c400 token_t debug_low[MAX_DEBUG_STACK], debug_high[MAX_DEBUG_STACK]; variable
431 debug_high[top] =
434 debug_high[top] = 0; /* marker... */
447 if (debug_high[top] == 0) {
451 (token_t)IP <= debug_high[top]) {
465 if ((token_t)(IP - 1) == debug_high[top]) {

Completed in 59 milliseconds