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
|