Lines Matching refs:groups
101 struct group groups[2]; in format_ifdef() local
103 groups[0].file = &files[0]; in format_ifdef()
104 groups[0].from = beg0; in format_ifdef()
105 groups[0].upto = end0; in format_ifdef()
106 groups[1].file = &files[1]; in format_ifdef()
107 groups[1].from = beg1; in format_ifdef()
108 groups[1].upto = end1; in format_ifdef()
109 format_group (outfile, format, 0, groups); in format_ifdef()
120 struct group const *groups) in format_group() argument
154 value[i] = groups_letter_value (groups, *f); in format_group()
166 f = format_group (thenout, f, ':', groups); in format_group()
169 f = format_group (elseout, f + 1, ')', groups); in format_group()
178 print_ifdef_lines (out, line_format[OLD], &groups[0]); in format_group()
183 print_ifdef_lines (out, line_format[UNCHANGED], &groups[0]); in format_group()
188 print_ifdef_lines (out, line_format[NEW], &groups[1]); in format_group()
192 f = do_printf_spec (out, f - 2, 0, 0, groups); in format_group()
307 struct group const *groups) in do_printf_spec() argument
353 value = groups_letter_value (groups, c1); in do_printf_spec()