Searched refs:M_global (Results 1 – 1 of 1) sorted by relevance
1704 static Scheme_Object *M_global = NULL; variable1731 if (M_global == NULL) in get_option()1733 MZ_REGISTER_STATIC(M_global); in get_option()1734 M_global = scheme_intern_symbol("global"); in get_option()1738 if (argv[1] == M_global) in get_option()1809 if (M_global == NULL) in set_option()1811 MZ_REGISTER_STATIC(M_global); in set_option()1812 M_global = scheme_intern_symbol("global"); in set_option()1816 if (argv[1] == M_global) in set_option()