Lines Matching full:upto
30 lin from, upto; /* start and limit lines for this group of lines */ member
105 groups[0].upto = end0; in format_ifdef()
108 groups[1].upto = end1; in format_ifdef()
227 case 'l': return translate_line_number (g->file, g->upto) - 1; in groups_letter_value()
228 case 'm': return translate_line_number (g->file, g->upto); in groups_letter_value()
229 case 'n': return g->upto - g->from; in groups_letter_value()
242 lin from = group->from, upto = group->upto; in print_ifdef_lines() local
250 if (format[1] == 'l' && format[2] == '\n' && !format[3] && from < upto) in print_ifdef_lines()
253 linbuf[upto] + (linbuf[upto][-1] != '\n') - linbuf[from], in print_ifdef_lines()
260 linbuf[upto] - linbuf[from], out); in print_ifdef_lines()
265 for (; from < upto; from++) in print_ifdef_lines()