Lines Matching refs:style
56 static void r_reg(FILE *, enum STYLE, off_t, struct stat *);
77 reverse(FILE *fp, enum STYLE style, off_t off, struct stat *sbp)
79 if (style != REVERSE && off == 0)
83 r_reg(fp, style, off, sbp);
85 switch(style) {
106 r_reg(FILE *fp, enum STYLE style, off_t off, struct stat *sbp)
130 if (style == RBYTES && off < size)
138 if (style == RLINES && !--off) {