Searched refs:def_datctl (Results 1 – 1 of 1) sorted by relevance
944 static datctl def_datctl; variable4911 (void)decode_modifiers(argptr, CTX_DEFDAT, NULL, &def_datctl); in process_command()6656 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()8602 memset(&def_datctl, 0, sizeof(datctl)); in main()8603 def_datctl.oveccount = DEFAULT_OVECCOUNT; in main()8604 def_datctl.copy_numbers[0] = -1; in main()8605 def_datctl.get_numbers[0] = -1; in main()8606 def_datctl.startend[0] = def_datctl.startend[1] = CFORE_UNSET; in main()8607 def_datctl.cerror[0] = def_datctl.cerror[1] = CFORE_UNSET; in main()8608 def_datctl.cfail[0] = def_datctl.cfail[1] = CFORE_UNSET; in main()[all …]