HomeSort by: relevance | last modified time | path
    Searched refs:RLINES (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tail/
extern.h 38 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE };
tail.c 132 ARG(1, FLINES, RLINES);
167 style = RLINES;
180 style = RLINES;
reverse.c 91 case RLINES:
138 if (style == RLINES && !--off) {
forward.c 58 static int rlines(FILE *, off_t, struct stat *);
83 * RLINES
148 case RLINES:
156 if (rlines(fp, off, sbp))
269 * rlines -- display the last offset lines of the file.
274 rlines(FILE *fp, off_t off, struct stat *sbp) function in typeref:typename:int

Completed in 12 milliseconds