Home
last modified time | relevance | path

Searched refs:FLG_MODIFIED (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/wsconsctl/
Dwsconsctl.c211 f->flags |= FLG_MODIFIED; in main()
213 f->flags &= ~(FLG_SET | FLG_MODIFIED); in main()
Dwsconsctl.h75 #define FLG_MODIFIED 0x0400 /* value was merged with += */ macro
Dkeyboard.c244 if (field_by_value(&kbmap)->flags & FLG_MODIFIED) { in keyboard_put_values()