Home
last modified time | relevance | path

Searched refs:CF_DISABLED_OPTION (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dparser.h215 #define CF_DISABLED_OPTION (1<<0) /* option has #~~DISABLE~~# prepending it */ macro
222 #define IsOptionEnabled(config) (!get_flags(config->current_flags,CF_DISABLED_OPTION))
223 #define IsOptionDisabled(config) get_flags(config->current_flags,CF_DISABLED_OPTION)
H A Dparser_fs.c137 StorageCleanUp (&storage, &more_stuff, CF_DISABLED_OPTION); in tline_subsyntax_parse()
171 CF_DISABLED_OPTION | CF_PHONY_OPTION | in file2free_storage()
348 if (pElem->flags & CF_DISABLED_OPTION) { /*C1: DISABLED_KEYWORD_SIZE */ in WriteFreeStorageElem()
H A Dparser.c620 config->current_flags |= CF_DISABLED_OPTION; in GetNextStatement()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DClean.c92 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseCleanOptions()
H A DIdent.c97 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseIdentOptions()
H A DFeel.c235 StorageCleanUp (&Storage, &more_stuff, CF_DISABLED_OPTION); in windowbox_parse()
422 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseFeelOptions()
852 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseAutoExecOptions()
962 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseThemeFile()
H A DASetRoot.c375 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseASetRootOptions()
440 StorageCleanUp (&Storage, &more_stuff, CF_DISABLED_OPTION); in myback_parse()
H A DAnimate.c145 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseAnimateOptions()
H A DSound.c219 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseSoundOptions()
H A DAudio.c166 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseAudioOptions()
H A DAfterStep.c895 StorageCleanUp (&Storage, more_stuff_tail, CF_DISABLED_OPTION); in free_storage2ASModule_config()
899 StorageCleanUp (&Storage, &tmp, CF_DISABLED_OPTION); in free_storage2ASModule_config()
H A DWinTabs.c222 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseWinTabsOptions()
H A DPager.c367 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParsePagerOptions()
H A DColor.c224 set_flags ((*pelem)->flags, CF_DISABLED_OPTION); in WriteColorOptions()
H A DDatabase.c746 StorageCleanUp (&Storage, &more_stuff, CF_DISABLED_OPTION); in ParseDatabaseOptions()
H A DWharf.c677 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseWharfOptions()
H A DLook.c597 StorageCleanUp (&Storage, &(config->more_stuff), CF_DISABLED_OPTION); in ParseLookOptions()