Lines Matching full:lno_e
1462 (lf->lno_s > lineno || lf->lno_e < lineno))1522 lf->lno_e = lr->offset + lr->end;1523 if (lf->lno_e < 0) /* Overflow */1524 lf->lno_e = INT_MAX;1525 pr_debug("New line range: %d to %d\n", lf->lno_s, lf->lno_e);1527 lr->end = lf->lno_e;1593 lf.lno_e = lr->end;