Searched refs:option_debug_check (Results 1 – 5 of 5) sorted by relevance
161 if (option_debug || strcmp(check_name(owner), option_debug_check) == 0) { in set_state()271 strcmp(check_name(sm->owner), option_debug_check) == 0) { in __set_sm()297 strcmp(check_name(sm->owner), option_debug_check) == 0) { in __set_sm_cur_stree()320 strcmp(check_name(sm->owner), option_debug_check) == 0) { in __set_sm_fake_stree()563 if (option_debug || strcmp(check_name(owner), option_debug_check) == 0) { in set_true_false_states()617 if (option_debug || strcmp(check_name(owner), option_debug_check) == 0) { in __set_true_false_sm()
27 char *option_debug_check = (char *)""; variable206 option_debug_check = (*argvp)[i] + 8; in parse_args()
493 option_debug_check = arg->string->data; in match_debug_check()494 sm_msg("arg = '%s'", option_debug_check); in match_debug_check()499 option_debug_check = (char *)""; in match_debug_off()
498 strcmp(check_name(one->owner), option_debug_check) == 0) { in merge_sm_states()
1037 extern char *option_debug_check;