Searched refs:FLG_RDONLY (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/wsconsctl/ |
H A D | display.c | 53 { "type", &dpytype, FMT_DPYTYPE, FLG_RDONLY }, 54 { "width", &width, FMT_UINT, FLG_RDONLY }, 55 { "height", &height, FMT_UINT, FLG_RDONLY }, 56 { "depth", &depth, FMT_UINT, FLG_RDONLY }, 57 { "fontwidth", &fontwidth, FMT_UINT, FLG_RDONLY }, 58 { "fontheight", &fontheight, FMT_UINT, FLG_RDONLY }, 59 { "emulations", &emuls, FMT_EMUL, FLG_RDONLY }, 60 { "screentypes", &screens, FMT_SCREEN, FLG_RDONLY },
|
H A D | wsconsctl.h | 53 #define FLG_RDONLY 0x0001 /* variable cannot be modified */ macro
|
H A D | mouse.c | 53 { "type", &mstype, FMT_MSTYPE, FLG_RDONLY },
|
H A D | keyboard.c | 56 { "type", &kbtype, FMT_KBDTYPE, FLG_RDONLY },
|
H A D | wsconsctl.c | 251 if (f->flags & FLG_RDONLY) { in main()
|