Lines Matching refs:in

14 #    or in a configuration file (see CONFIGFILES below)
33 # Your fax number in international format, 20 characters maximum.
108 # shell command in these files will be executed.
122 # lines start with the keyword "fax" followed by the alias in
125 # one of the files in DIRFILES (defined below) contained the line
132 # default is the file .faxdir in the user's home directory.
155 # inch top & left margin. Comment these out to use the built-in
211 # Command(s) to reset modem when efax finishes. "-kZ" works in
215 # RESET="-kZ -k&F+FCLASS=0" # for modems that stay in fax mode after reset
261 # BUSYRETRIES is a list of delays in seconds between attempts to
267 # FAILRETRIES is a list of delays in seconds between attempts to
269 # least one page was sent in the previous attempt. Retries
296 # running efax manually. See "USING INIT TO RUN EFAX" in the
326 # required if forwarding received faxes by e-mail in $NOTIFY.
351 # answer (+FAE=) in Class 1. &C1 enables most modems' DCD line
361 # If you have a voice modem and want to answer in voice mode
400 # Regular expression for efax exit codes in log files that will
412 for f in $CONFIGFILES
423 case $# in 0) break ;; esac
424 case "$1" in [A-Z]*=*) eval $1 ; shift ;; *) break ;; esac
431 $NICE true 2>/dev/null ; case $? in 0) ;; *) NICE="" ;; esac
436 case $0 in
440 case $# in 0) case $cmd in '') cmd=receive ;; esac ; break ;; esac
441 case $1 in
446 case $cmd in '') cmd=$1 ; shift ;; *) break ;; esac
468 case $DEV in
473 case $PAGE in
492 for f in $FILES
513 case $cmd in
527 case $OWNER in '') ;; *) chown $OWNER /dev/$DEV ;; esac
528 case $MODE in '') ;; *) chmod $MODE /dev/$DEV ;; esac
530 for f in ${DEVN}.[0-9]* # clean up old log files
535 case $? in
540 case $REMID in '') REMID='?' ;; esac
570 # we should already be in the fax spool directory, the
571 # device locked, the modem answered and initialized in
592 case $? in 0) ;; *) echo "cannot cd to $FAXDIR" ; break ;; esac
594 for f in [0-9]*.[0-9][0-9][0-9] [0-9]*.v
599 echo Fax files in `pwd` :
647 # save stdin in a file
655 case $? in
670 case $? in 0) ;; *) echo "cannot cd to $FAXDIR" ; break ;; esac
672 n= ; for f in ${DEVN}.[0-9]* ; do logfile="$f" ; n=x$n ; done
674 case $n in
678 case $logfile in
684 case $cmd in
724 case $# in
742 echo "(cellwidth and cellheight in pixels, fontsize in points)"
771 case $# in 0) echo "No files specified" ; ERR=2 ; break ;; esac
777 case $x in
804 case $# in
810 case $1 in
812 for f in $DIRFILES ; do
814 case "$TELNO" in '') continue ;; *) break ;; esac
816 case "$TELNO" in
826 case "$TO" in '') TO="$TELNO" ;; *) ;; esac
832 case "$TELNO" in
837 case $TELNO in
845 for f in $* ; do
846 case $f in -) FILES="$FILES -" ; continue ;; esac
850 case $f in
869 for f in $FILES ; do
870 case $f in -) continue ;; esac
878 for s in 0 $FAILRETRIES ; do
880 case $s in
881 0) ;; *) echo "Will try again in $s seconds" ; sleep $s ;;
887 for t in 0 $BUSYRETRIES ; do
889 case $t in
890 0) ;; *) echo "Will try again in $t seconds" ; sleep $t ;;
904 case $ERR in
914 case $SENT in '') break ;; esac
915 case $FILES in '') break ;; esac
935 case $? in 0) ;; *) echo "cannot cd to $FAXDIR" ; break ;; esac
943 # fax (rm|print|view) commands possibly on files in spool directory
949 for f in $FAXDIR/$1 ; do
953 for f in $* ; do
954 case $cmd in
980 case $1 in '') file=`$TSTAMP` ;; *) file=$1 ;; esac
990 case $ERR in