HomeSort by: relevance | last modified time | path
    Searched refs:DBG_ALWAYS (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
shell.h 165 #define DBG_ALWAYS (1LL << 0)
191 /* use VTRACE(DBG_ALWAYS, (...)) to test this one */
main.c 321 CTRACE(DBG_ALWAYS, ("cmdloop(%d) called\n", top));
show.c 1122 * Note: turning on any debug option also enables DBG_ALWAYS
1130 DFlags |= DBG_ALWAYS | df->flag;

Completed in 14 milliseconds