Searched refs:rev_line (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | rev.h | 30 #define rev_line _cmd_revline macro 32 extern int rev_line(Sfio_t*, Sfio_t*, off_t);
|
H A D | revlib.c | 36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) function
|
H A D | rev.c | 158 line = rev_line(fp,sfstdout,sftell(fp));
|
H A D | tail.c | 321 rev_line(op, sfstdout, (Sfoff_t)0); 752 rev_line(ip, sfstdout, sfseek(ip, (Sfoff_t)0, SEEK_CUR)); 762 rev_line(ip, sfstdout, offset); 776 rev_line(op, sfstdout, (Sfoff_t)0);
|
Completed in 12 milliseconds