OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025