Lines Matching refs:def_datctl
987 static datctl def_datctl; variable
5057 (void)decode_modifiers(argptr, CTX_DEFDAT, NULL, &def_datctl); in process_command()
6896 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()
9072 memset(&def_datctl, 0, sizeof(datctl)); in main()
9073 def_datctl.oveccount = DEFAULT_OVECCOUNT; in main()
9074 def_datctl.copy_numbers[0] = -1; in main()
9075 def_datctl.get_numbers[0] = -1; in main()
9076 def_datctl.startend[0] = def_datctl.startend[1] = CFORE_UNSET; in main()
9077 def_datctl.cerror[0] = def_datctl.cerror[1] = CFORE_UNSET; in main()
9078 def_datctl.cfail[0] = def_datctl.cfail[1] = CFORE_UNSET; in main()
9219 def_datctl.control2 |= CTL2_CALLOUT_EXTRA; in main()
9224 else if (strcmp(arg, "-dfa") == 0) def_datctl.control |= CTL_DFA; in main()
9482 !decode_modifiers((uint8_t *)arg_subject, CTX_DEFDAT, NULL, &def_datctl))) in main()