Lines Matching refs:def_datctl
900 static datctl def_datctl; variable
4770 (void)decode_modifiers(argptr, CTX_DEFDAT, NULL, &def_datctl); in process_command()
6366 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()
8181 memset(&def_datctl, 0, sizeof(datctl)); in main()
8182 def_datctl.oveccount = DEFAULT_OVECCOUNT; in main()
8183 def_datctl.copy_numbers[0] = -1; in main()
8184 def_datctl.get_numbers[0] = -1; in main()
8185 def_datctl.startend[0] = def_datctl.startend[1] = CFORE_UNSET; in main()
8186 def_datctl.cerror[0] = def_datctl.cerror[1] = CFORE_UNSET; in main()
8187 def_datctl.cfail[0] = def_datctl.cfail[1] = CFORE_UNSET; in main()
8308 def_datctl.control2 |= CTL2_CALLOUT_EXTRA; in main()
8313 else if (strcmp(arg, "-dfa") == 0) def_datctl.control |= CTL_DFA; in main()
8562 !decode_modifiers((uint8_t *)arg_subject, CTX_DEFDAT, NULL, &def_datctl))) in main()