Home
last modified time | relevance | path

Searched refs:CF_LAST_OPTION (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dparser.h218 #define CF_LAST_OPTION (1<<3) /* option is last in the config file */ macro
228 #define IsLastOption(config) get_flags(config->current_flags,CF_LAST_OPTION)
H A Dparser.c695 set_flags (config->current_flags, CF_LAST_OPTION); in GetNextStatement()
699 set_flags (config->current_flags, CF_LAST_OPTION); in GetNextStatement()
708 clear_flags (config->current_flags, CF_LAST_OPTION); in GetNextStatement()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A Dfunction.c64 config->current_flags |= CF_LAST_OPTION; in TrailingFuncSpecial()
H A DWharf.c494 config->current_flags |= CF_LAST_OPTION; in WharfSpecialFunc()
502 config->current_flags &= ~CF_LAST_OPTION; in WharfSpecialFunc()