Home
last modified time | relevance | path

Searched refs:dpms_quickoff_p (Results 1 – 7 of 7) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Ddpms.c100 sync_server_dpms_settings (Display *dpy, Bool enabled_p, Bool dpms_quickoff_p, in sync_server_dpms_settings() argument
110 if (dpms_quickoff_p && !off_secs) in sync_server_dpms_settings()
284 Bool dpms_quickoff_p, in sync_server_dpms_settings() argument
H A Dprefs.h32 Bool dpms_quickoff_p,
H A Dtypes.h135 Bool dpms_quickoff_p; /* Whether to power down monitor immediately member
H A Dxscreensaver.c1167 p->dpms_quickoff_p, in maybe_reload_init_file()
1315 p->dpms_quickoff_p) in main_loop()
1318 p->dpms_quickoff_p, in main_loop()
1590 p->dpms_quickoff_p, in main()
H A Dprefs.c828 CHECK("dpmsQuickOff") type = pref_bool, b = p->dpms_quickoff_p; in write_init_file()
1086 p->dpms_quickoff_p = get_boolean_resource (dpy, "dpmsQuickOff", "Boolean"); in load_init_file()
1648 !(p->dpms_quickoff_p) /* ... but we want to do DPMS quick off */ in stop_the_insanity()
H A Ddemo-Gtk.c1569 CHECKBOX (p2->dpms_quickoff_p, "dpms_quickoff_button"); in flush_dialog_changes_and_save()
1671 COPY(dpms_quickoff_p, "dpms_quickoff_enabled_p"); in flush_dialog_changes_and_save()
1722 sync_server_dpms_settings (dpy, enabled_p, p->dpms_quickoff_p, in flush_dialog_changes_and_save()
2820 TOGGLE_ACTIVE ("dpms_quickoff_button", p->dpms_quickoff_p); in populate_prefs_page()
H A Dtimers.c1641 p->dpms_quickoff_p, in watchdog_timer()