Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/efcode/engine/
H A Ddebug.c142 *LINK_TO_FLAGS(ACF_TO_LINK(acf)) |= FLAG_DEBUG; in add_debug_acf()
336 if ((*flagp & FLAG_DEBUG) == 0) in undebug()
340 *flagp &= ~FLAG_DEBUG; in undebug()
389 if ((*flagp & FLAG_DEBUG) == 0) in is_debug_word()
505 *flag &= ~FLAG_DEBUG; in unbug()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dengine.h274 #define FLAG_DEBUG 0x20 macro