Lines Matching refs:value

78 	transfer(buf, sfd, value(EOFREAD));
163 if (boolean(value(VERBOSE)))
167 if ((cnt = (p-buffer)) == number(value(FRAMESIZE))) {
180 if (boolean(value(VERBOSE)))
219 transfer(buf, pdes[1], value(EOFREAD));
266 transmit(fd, value(EOFWRITE), NULL);
267 if (!boolean(value(ECHOCHECK))) {
301 if (boolean(value(ECHOCHECK)))
316 if (boolean(value(RAWFTP))) {
320 if (boolean(value(VERBOSE)) && lcount%100 == 0)
323 if (boolean(value(VERBOSE)))
340 if (boolean(value(TABEXPAND))) {
351 if (boolean(value(VERBOSE)))
353 if (boolean(value(ECHOCHECK))) {
354 (void) alarm(number(value(ETIMEOUT)));
357 } while ((rc&0177) != character(value(PROMPT)));
362 if (lastc != '\n' && !boolean(value(RAWFTP)))
369 if (boolean(value(VERBOSE)))
370 if (boolean(value(RAWFTP)))
407 if (boolean(value(ECHOCHECK)))
428 if (number(value(CDELAY)) > 0 && c != '\r')
429 nap(number(value(CDELAY)));
431 if (!boolean(value(ECHOCHECK))) {
433 if (number(value(LDELAY)) > 0 && c == '\r')
434 nap(number(value(LDELAY)));
447 (void) alarm(number(value(ETIMEOUT)));
502 if (boolean(value(VERBOSE)))
559 if (boolean(value(VERBOSE)))
590 if ((cp = strrchr(value(SHELL), '/')) == NULL)
591 cp = value(SHELL);
594 (void) execl(value(SHELL), cp, 0);
609 if (strlen(value(RECORD)) >= PATH_MAX-1) {
617 if (boolean(value(SCRIPT)))
618 (void) write(fildes[1], value(RECORD), strlen(value(RECORD)));
626 value(RECORD));
643 cp = value(HOME);
672 if ((dismsg = value(DISCONNECT)) != NOSTR) {
692 if ((cp = strrchr(value(SHELL), '/')) == NULL)
693 cp = value(SHELL);
696 (void) execl(value(SHELL), cp, "-c", s, 0);
766 if (boolean(value(SCRIPT)))
771 if (boolean(value(TAND)))
778 boolean(value(HALFDUPLEX)) = boolean(value(LECHO));
786 ttysetup(speed(number(value(BAUDRATE))));
790 if (boolean(value(HARDWAREFLOW)))
895 Shell = value(SHELL);