Home
last modified time | relevance | path

Searched refs:DONT_BLANK (Results 1 – 6 of 6) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtypes.h35 RANDOM_HACKS, ONE_HACK, BLANK_ONLY, DONT_BLANK, RANDOM_HACKS_SAME enumerator
H A Dxscreensaver.c1166 p->mode != DONT_BLANK), in maybe_reload_init_file()
1218 if (p->mode == DONT_BLANK && in main_loop()
1589 p->mode != DONT_BLANK), in main()
1827 if (p->mode == DONT_BLANK) in handle_clientmessage()
1990 if (p->mode == DONT_BLANK) in handle_clientmessage()
H A Dtimers.c610 (p->mode == DONT_BLANK ? " while saver disabled" : "")); in check_for_clock_skew()
615 if (p->mode != DONT_BLANK) in check_for_clock_skew()
1640 p->mode != DONT_BLANK), in watchdog_timer()
H A Dprefs.c841 p->mode == DONT_BLANK ? "off" : in write_init_file()
1172 else if (s && !strcasecmp (s, "off")) p->mode = DONT_BLANK; in load_init_file()
H A Dsubprocs.c995 else if (p->mode == BLANK_ONLY || p->mode == DONT_BLANK) in spawn_screenhack()
H A Ddemo-Gtk.c198 DONT_BLANK, BLANK_ONLY, ONE_HACK, RANDOM_HACKS, RANDOM_HACKS_SAME };
1721 Bool enabled_p = (p->dpms_enabled_p && p->mode != DONT_BLANK); in flush_dialog_changes_and_save()
2711 Bool blankable = (p->mode != DONT_BLANK); in update_list_sensitivity()
3325 else if (p->mode == DONT_BLANK) in populate_demo_window()