Searched refs:hflags (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dmodelines2c.awk91 hflags = "HP";
95 hflags = "HN";
122 vsyncstart, vsyncend, vtotal, hflags "|" vflags iflags);
132 hflags "|" vflags "|DS" iflags);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-fileio.c139 int hflags = 0; local
142 hflags |= O_CREAT;
144 hflags |= O_EXCL;
146 hflags |= O_TRUNC;
148 hflags |= O_APPEND;
150 hflags |= O_RDONLY;
152 hflags |= O_WRONLY;
154 hflags |= O_RDWR;
158 hflags |= O_BINARY;
160 return hflags;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c224 #define CHECK_FLAG(T,H) if (tflags & T) { hflags |= H; tflags ^= T; }
229 unsigned int hflags = 0x0; local
244 return hflags;

Completed in 174 milliseconds