Home | History | Annotate | Download | only in tail

Lines Matching refs:style

67 	enum STYLE style;
88 if (style) \
97 style = (forward); \
103 style = (backward); \
109 style = NOTSET;
159 * style values.
164 if (style == FBYTES)
165 style = RBYTES;
166 else if (style == FLINES)
167 style = RLINES;
171 * If style not specified, the default is the whole file for -r, and
174 if (style == NOTSET) {
177 style = REVERSE;
180 style = RLINES;
198 reverse(fp, style, off, &sb);
200 forward(fp, style, off, &sb);
222 reverse(stdin, style, off, &sb);
224 forward(stdin, style, off, &sb);
250 /* Old-style option. */
263 * output style characters.