Home | History | Annotate | Download | only in src

Lines Matching refs:lines

229 	/* Run editor on selected lines, then run resulting commands */
590 * a) permit HISTSIZE to control number of lines of history stored
687 int lines, fd, rv = 0;
740 lines = hist_count_lines(base+2, hsize-2);
741 if (lines > histsize) {
777 int lines = 0;
795 lines++;
801 return (lines);
805 * Shrink the history file to histsize lines
860 int lines = 0;
873 if (++lines == no) {
970 /* someone has added some lines */