Searched refs:FLG_NORDBACK (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sbin/wsconsctl/ |
| D | mouse.c | 57 { "reverse_scrolling", &cfg_revscroll, FMT_CFG, FLG_NORDBACK }, 59 { "tp.tapping", &cfg_tapping, FMT_CFG, FLG_NORDBACK }, 60 { "tp.mtbuttons", &cfg_mtbuttons, FMT_CFG, FLG_NORDBACK }, 61 { "tp.scaling", &cfg_scaling, FMT_CFG, FLG_NORDBACK | FLG_WRONLY }, 62 { "tp.swapsides", &cfg_swapsides, FMT_CFG, FLG_NORDBACK }, 63 { "tp.disable", &cfg_disable, FMT_CFG, FLG_NORDBACK }, 64 { "tp.edges", &cfg_edges, FMT_CFG, FLG_NORDBACK }, 68 { "scaling", &cfg_scaling, FMT_CFG, FLG_NORDBACK },
|
| D | wsconsctl.h | 57 #define FLG_NORDBACK 0x0010 /* do not read back variable after write */ macro
|
| D | wsconsctl.c | 273 if (!(f->flags & FLG_NORDBACK)) { in main()
|
| D | display.c | 61 { "focus", &focus, FMT_INT, FLG_NORDBACK },
|