Searched refs:CTL_DFA (Results 1 – 1 of 1) sorted by relevance
415 #define CTL_DFA 0x00000200u macro555 { "dfa", MOD_DAT, MOD_CTL, CTL_DFA, DO(control) },3642 ((controls & CTL_DFA) != 0)? " dfa" : "", in show_controls()6010 if ((dat_datctl.control & (CTL_DFA|CTL_FINDLIMITS)) == (CTL_DFA|CTL_FINDLIMITS)) in process_data()6019 if ((dat_datctl.control & (CTL_ALLUSEDTEXT|CTL_DFA)) == CTL_ALLUSEDTEXT && in process_data()6094 if (dat_datctl.replacement[0] != 0 && (dat_datctl.control & CTL_DFA) != 0) in process_data()6293 if ((dat_datctl.control & CTL_DFA) != 0) in process_data()6369 if ((dat_datctl.control & CTL_DFA) != 0) in process_data()6445 if ((dat_datctl.control & CTL_DFA) != 0) in process_data()7255 else if (strcmp(arg, "-dfa") == 0) def_datctl.control |= CTL_DFA;