Home
last modified time | relevance | path

Searched refs:FLG_RDONLY (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/wsconsctl/
H A Ddisplay.c53 { "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 Dwsconsctl.h53 #define FLG_RDONLY 0x0001 /* variable cannot be modified */ macro
H A Dmouse.c53 { "type", &mstype, FMT_MSTYPE, FLG_RDONLY },
H A Dkeyboard.c56 { "type", &kbtype, FMT_KBDTYPE, FLG_RDONLY },
H A Dwsconsctl.c251 if (f->flags & FLG_RDONLY) { in main()