Lines Matching refs:TRUE

55  * want that as the default initialize splitme (below) to TRUE. In addition the
57 * stdout also tries to run as two processes (by setting splitme to TRUE). It
157 static int quiet = FALSE; /* no status queries in send if TRUE */
160 static int splitme = FALSE; /* into READ & WRITE procs if TRUE */
164 static int writedone = FALSE; /* and then sets this to TRUE */
180 int canread = TRUE; /* allow reads */
181 int canwrite = TRUE; /* and writes if TRUE */
310 * force separate read and write processes by eventually setting splitme to TRUE
333 interactive = TRUE;
341 quiet = TRUE;
350 tostdout = TRUE;
371 splitme = TRUE;
376 useslowsend = TRUE;
442 canread = canwrite = TRUE;
447 if (tostdout == TRUE) /* force separate read/write procs */
448 splitme = TRUE;
450 if (interactive == TRUE) { /* interactive mode settings win */
453 splitme = TRUE;
461 if (useslowsend == TRUE) { /* last resort only - not recommended */
468 if (line == NULL && (interactive == TRUE || tostdout == TRUE))
579 * If splitme is TRUE we fork a process, make the parent handle reading, and let
582 * read and write processes. For now it's expected to return TRUE or FALSE and
598 if (splitme == TRUE)
599 if (resetline() == TRUE) {
611 } else if (interactive == TRUE || tostdout == TRUE)
618 canread = (whatami & READ) ? TRUE : FALSE;
619 canwrite = (whatami & WRITE) ? TRUE : FALSE;
626 * only read and sent to the printer if canwrite is TRUE. Checking it here means
627 * we won't have to do it in send(). If interactive mode is TRUE we'll stay here
639 if (canwrite == TRUE)
653 while (interactive == TRUE);
677 if (useslowsend == TRUE) {
731 * TRUE and we get ENDOFJOB or IDLE.
736 * sends the reader signal joinsig and that forces writedone to TRUE in the
748 if (canwrite == TRUE)
752 writedone = (whatami == READWRITE) ? TRUE : FALSE;
761 writedone = TRUE;
784 if (writedone == TRUE) {
887 if (quiet == TRUE && tail > 0) /* put out a fake message? */
924 * is returned to the caller (provided quiet isn't TRUE). Interactive mode
935 if (canread == TRUE && readline() == TRUE) {
940 if (tostdout == TRUE && currentstate != START) {
1090 if (canread == TRUE)
1097 writedone = TRUE;
1194 if (t > 0 && canwrite == TRUE)
1214 if (canread == TRUE) {
1240 if (canwrite == TRUE) {