Lines Matching refs:at_jobs
551 at_jobs=1
746 at_jobs=0
750 at_jobs=$at_optarg
752 at_jobs=`expr X$at_option : 'X-j\(.*\)'`
754 case $at_jobs in *[!0-9]*)
756 as_fn_error $? "non-numeric argument to $at_optname: $at_jobs" ;;
1437 at_jobs=1
1439 if test $at_jobs -ne 1 &&
1440 { test $at_jobs -eq 0 || test $at_jobs -gt $at_max_jobs; }; then
1441 at_jobs=$at_max_jobs
1445 if test $at_jobs -ne 1; then
1597 if test $at_jobs -ne 1 && test -n "$at_verbose"; then
1673 if test "$at_jobs" -eq 1 || test -z "$at_verbose"; then
1688 if test $at_jobs -ne 1 &&
1709 at_joblist=`$as_echo "$at_groups" | sed -n 1,${at_jobs}p`
1753 # Read back the remaining ($at_jobs - 1) tokens.