Home
last modified time | relevance | path

Searched refs:canread (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c130 canread(char *path) in canread() function
144 ret = canread(prbufp->interface); in okinterface()
150 ret = canread(path); in okinterface()
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c180 int canread = TRUE; /* allow reads */ variable
442 canread = canwrite = TRUE; in initialize()
618 canread = (whatami & READ) ? TRUE : FALSE; in split()
935 if (canread == TRUE && readline() == TRUE) { in getstatus()
1090 if (canread == TRUE) in interrupt()
1214 if (canread == TRUE) { in Read()
H A Difdef.h94 extern int canread; /* allows reads */
H A Difdef.c312 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */ in readline()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c818 int canread; local
821 canread = ring_empty_consecutive(&netiring);
822 c = recv(net, netiring.supply, canread, 0);