Searched refs:FMT_CFG (Results 1 – 3 of 3) 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 }, 65 { "tp.param", &cfg_param, FMT_CFG, FLG_WRONLY }, 67 { "param", &cfg_param, FMT_CFG, FLG_WRONLY }, 68 { "scaling", &cfg_scaling, FMT_CFG, FLG_NORDBACK }, [all …]
|
| D | wsconsctl.h | 51 #define FMT_CFG 201 /* wsmouse parameters */ macro
|
| D | util.c | 318 case FMT_CFG: in pr_field() 474 case FMT_CFG: in rd_field()
|