Searched refs:def_datctl (Results 1 – 1 of 1) sorted by relevance
900 static datctl def_datctl; variable4770 (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()[all …]