Searched refs:UNIOPT_GIT_HARD (Results 1 – 2 of 2) sorted by relevance
632 config->option |= UNIOPT_GIT_HARD; in uni_get_config()694 if (*opt_mask & UNIOPT_GIT_HARD) { in uni_set_config()695 uni->cx.git_hard = ((config->option & UNIOPT_GIT_HARD) != 0); in uni_set_config()696 *opt_mask &= ~UNIOPT_GIT_HARD; in uni_set_config()
107 UNIOPT_GIT_HARD = 0x0001, /* harder check of GIT IE */ enumerator