Searched defs:l_no (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c110 off_t l_no; /* line number in file */ member in struct:line
1354 where = how * line + dot->l_no;
1360 if (where >= dol->l_no) {
1374 if (where == dot->l_no || brk_hit)
1378 return (dot->l_no);
1383 eofl_no = dol->l_no;
1386 } else { /* where < dol->l_no */
1391 if (where < zero->l_no) {
1399 return (dot->l_no);
1553 zero->l_no
[all...]

Completed in 62 milliseconds