Home | History | Annotate | Download | only in src

Lines Matching refs:lines

296 	/* Run editor on selected lines, then run resulting commands */
706 int lines, fd;
752 lines = histload(hist_source, base + 2, (size_t)histfsize - 2);
755 if (lines > histsize && histptr >= history) {
837 int lno = 0, lines = 0;
843 return (lines);
849 return (lines);
854 ++lines;