Home | Sort by: relevance | last modified time | path |
/src/usr.bin/sort/ | |
sort.c | 106 unsigned int debug_flags = 0; variable in typeref:typename:unsigned int 168 debug_flags |= 1 << (optarg[i] & 31); |
/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++) { |
/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)) \ |