Searched refs:ExactArgs (Results 1 – 2 of 2) sorted by relevance
390 R.ExactArgs = ArgCount.first; in rulesFor()411 dlog(" {0} #={1} *={2} Mode={3}", R.Text, R.ExactArgs, R.PrefixArgs, in rulesFor()432 Rules.back().ExactArgs = 1; in strip()456 if (unsigned Count = PrefixMatch ? R.PrefixArgs : R.ExactArgs) { in matchingRule()
89 uint16_t ExactArgs = 0; // Num args consumed when Arg == Text. member