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

  /src/usr.bin/sort/
sort.h 175 #define DEBUG(ch) (debug_flags & (1 << ((ch) & 31)))
176 extern unsigned int debug_flags;
sort.c 106 unsigned int debug_flags = 0; variable in typeref:typename:unsigned int
168 debug_flags |= 1 << (optarg[i] & 31);
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 251 static const int debug_flags = DBG_RX; variable in typeref:typename:const int
255 if ((flag & debug_flags)) \
  /src/bin/sh/
show.c 1058 } debug_flags[] = { variable in typeref:struct:debug_flag[]
1127 for (df = debug_flags; df->label != '\0'; df++) {
1152 for (df = debug_flags; df->label != '\0'; df++) {

Completed in 12 milliseconds