readline
static int readline(FILE *);
while (readline(infp)) {
readline();
readline();
static void readline(void);
c = readline(VINUMMOD " -> "); /* get an input */
bexec(readline());
free(readline());
p = (*in.vtable->readline)(&in);
return src->vtable->readline(src);
static __inline char *readline(void);
free(readline());
char *(*readline)(struct source *);
readline(setinput(mp), headline, LINESIZE);
if (readline(ibuf, linebuf, sizeof(linebuf)) < 0)
c = readline(stdin, linebuf, LINESIZE);
while ((rc = readline(fbuf, linebuf, LINESIZE)) >= 0) {
int readline(FILE *, char *, int);
if (readline(input, &linebuf[n], LINESIZE - n) < 0) {
if (readline(ibuf, linebuf, LINESIZE) < 0)
if ((c = readline(f, linebuf, LINESIZE)) <= 0)
if ((c = readline(f, line2, LINESIZE)) < 0)
if (readline(ibuf, linebuf, LINESIZE) < 0)
if (readline(ibuf, linebuf, LINESIZE) < 0)
newval = readline(tmpbuf, 8, Yes);
if ((newval = readline(tmpbuf, 8, Yes)) > -1)
if ((i = readline(tmpbuf, 10, Yes)) > 0)
if (readline(tmpbuf, sizeof(tmpbuf), No) > 0)
if (readline(tmpbuf, sizeof(tmpbuf), No) > 0)
if (readline(tmpbuf, sizeof(tmpbuf), No) > 0)
if (readline(linebuf, sizeof(linebuf), No) > 0)
if (readline(linebuf, sizeof(linebuf), No) > 0)
int readline(char *buffer, int size, int numeric);