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

  /src/bin/sh/
shell.h 91 extern uint64_t DFlags;
113 if ((DFlags & (when)) != 0) \
118 if ((cond) && (DFlags & (when)) != 0) \
123 if ((DFlags & (when)) != 0) \
128 if ((DFlags & (when)) != 0) { \
135 if ((DFlags & \
141 if ((cond) && (DFlags & \
147 if ((DFlags & \
153 if ((DFlags & \
show.c 99 uint64_t DFlags; /* currently enabled debug flags */
140 DFlags = DBG_PID; /* just force DBG_PID on, and leave it ... */
934 if (DFlags & DBG_NEST) {
963 if (DFlags & DBG_PID) {
964 if (DFlags & DBG_LINE)
970 } else if (DFlags & DBG_NEST) {
971 if (DFlags & DBG_LINE)
977 } else if (DFlags & DBG_LINE) {
1130 DFlags |= DBG_ALWAYS | df->flag;
1132 DFlags |= DBG_VERBOSE
    [all...]

Completed in 49 milliseconds