Home
last modified time | relevance | path

Searched refs:colors_changed (Results 1 – 25 of 81) sorted by relevance

1234

/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
332 colors_changed = TRUE; in set_colors()
342 if (colors_changed) in restore_colors()
344 colors_changed = FALSE; in restore_colors()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
332 colors_changed = TRUE; in set_colors()
342 if (colors_changed) in restore_colors()
344 colors_changed = FALSE; in restore_colors()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
332 colors_changed = TRUE; in set_colors()
342 if (colors_changed) in restore_colors()
344 colors_changed = FALSE; in restore_colors()
/dports/games/nethack33/nethack-3.3.1/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/nethack34/nethack-3.4.3/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/falconseye/falconseye-1.9.3_11/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/atari/
H A Dtos.c32 boolean colors_changed = FALSE; variable
325 colors_changed = TRUE; in set_colors()
335 if (colors_changed) in restore_colors()
337 colors_changed = FALSE; in restore_colors()
/dports/graphics/shotwell/shotwell-0.30.14/src/config/
H A DConfig.vala28 public signal void colors_changed();
45 colors_changed();
/dports/lang/gnu-apl/apl-1.8/src/
H A DOutput.cc78 bool Output::colors_changed = false; member in Output
340 if (!colors_changed) return; in reset_colors()
363 colors_changed = true; // to reset them in reset_colors() in set_color_mode()
/dports/net-mgmt/etherape/etherape-0.9.20/src/
H A Dpref_dialog.c48 static gboolean colors_changed = FALSE; variable
63 if (colors_changed) { in confirm_changes()
75 colors_changed = FALSE; in hide_pref_dialog()
375 if (colors_changed) { in on_cancel_pref_button_clicked()
569 colors_changed = TRUE; in on_color_remove_button_clicked()
623 colors_changed = TRUE; in on_colordiag_ok_clicked()
687 colors_changed = TRUE; in on_color_edit_ok_clicked()
/dports/x11/yelp/yelp-40.3/tests/
H A Dtest-settings.c68 colors_changed (YelpSettings *unused_settings, gpointer user_data) in colors_changed() function
323 g_signal_connect (settings, "colors-changed", G_CALLBACK (colors_changed), NULL); in main()
324 colors_changed (settings, NULL); in main()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/include/
H A Dtosconf.h79 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dtosconf.h79 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack33/nethack-3.3.1/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack34/nethack-3.4.3/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dtosconf.h79 extern boolean colors_changed; /* in tos.c */
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dtosconf.h78 extern boolean colors_changed; /* in tos.c */

1234