Home
last modified time | relevance | path

Searched refs:l_no (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c112 off_t l_no; /* line number in file */ member
1339 where = how * line + dot->l_no; in find()
1345 if (where >= dol->l_no) { in find()
1359 if (where == dot->l_no || brk_hit) in find()
1363 return (dot->l_no); in find()
1368 eofl_no = dol->l_no; in find()
1376 if (where < zero->l_no) { in find()
1384 return (dot->l_no); in find()
1539 zero->l_no = 1; in lineset()
1585 dol->l_no = (dol-1)->l_no + 1; in newdol()