Home
last modified time | relevance | path

Searched refs:M_OPTION_SHOW_STYLE (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dmbw.c3825 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4083 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4111 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4133 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4222 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4308 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
4417 if( m_options & (1<<M_OPTION_SHOW_STYLE) ) { in mbw_prefix()
H A Dcatfun.c113 strcat(buf, MOPTION(M_OPTION_SHOW_STYLE, opt)); in print_model_options()
154 (1<<M_OPTION_SHOW_STYLE)| in sanitize_model_options()
H A Ddbacl.h509 #define M_OPTION_SHOW_STYLE 26 macro
H A Ddbacl.c4114 m_options |= (1<<M_OPTION_SHOW_STYLE); in set_option()
/dports/textproc/dbacl/dbacl-1.14.1/
H A DChangeLog69 * bug fix: handle style attribute in XTAGS if M_OPTION_SHOW_STYLE.