Lines Matching refs:standard

183 			shift; standard=$1
244 *" $standard "*)
246 *) standards="$standards $standard"
254 *VERSION*)key=${standard}${section} ;;
272 eval CONF_standard_${key}='$'standard
291 ?*) eval standard=\"'$'CONF_standard_$key\"
300 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
406 standard=$1
409 standard=$1
425 standard=${standard}_$1
432 case $standard in
433 _*) standard=`echo $standard | sed 's,^_*,,'` ;;
436 *" $standard "*)
438 *) case $standard in
440 section=$standard
441 standard=POSIX
444 eval `echo $standard | sed 's,\(.*\)\([0123456789]*\),standard=\1 section=\2,'`
458 *" $standard "*)
467 *) standard=
472 case $standard in
473 '') standard=$HOST
482 standard=POSIX
492 case $standard in
524 *VERSION*)key=${key}_${standard}${part} ;;
539 *VERSION*)old=${old}_${standard}${part} ;;
554 eval CONF_standard_${key}='$'standard
598 *VERSION*)old=${old}_${standard}${part} ;;
626 ?*) eval standard=\"'$'CONF_standard_$key\"
634 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
682 eval standard=\"'$'CONF_standard_$key\"
696 1) eval x='$'CONF_call_${c}_${standard}_${name} ;;
697 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;;
714 1) echo "_${c}_${standard}_${name}" ;;
715 *) echo "_${c}_${standard}${section}_${name}" ;;
743 standard=${standard}${section}
751 *R*) conf_op=_${standard}_${call}_${name} ;;
752 *S*) conf_op=_${call}_${standard}_${name} ;;
758 case $standard:$flags in
761 echo "_${standard}_${conf_name}"
764 1) echo "_${standard}_${conf_name}" ;;
765 *) echo "_${standard}${section}_${conf_name}" ;;
877 export tmp name standard call cc
892 eval standard=\"'$'CONF_standard_$key\"
906 1) eval x='$'CONF_call_${c}_${standard}_${name} ;;
907 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;;
923 1) eval x='$'CONF_const__${c}_${standard}_${name} ;;
924 *) eval x='$'CONF_const__${c}_${standard}${section}_${name} ;;
939 XX) case $standard in
940 C) standard=POSIX ;;
951 *" $standard "*)
953 *) standards="$standards $standard"
956 conf_standard=CONF_${standard}
970 for s in _${call}_${standard}${section}_${name} _${call}_${standard}_${name} _${call}_${section}_${name} _${call}_${name} ${call}_${name}
1014 ?*) case $standard in
1021 echo "$command: test: $sep$standard $call $name" >&2
1046 1) eval a='$'CONF_const_${standard}_${s}
1200 standard=${standard}${section}
1204 case $call:$standard:$flags in
1205 *:C:*M*)for s in _${standard}_${conf_name} ${values}
1218 for s in _${standard}_${conf_name} ${values}
1237 1) echo "$command: probe for _${standard}_${conf_name} minmax value" >&2 ;;
1240 ?*) if $CONF_getconf _${standard}_${conf_name} > $tmp.x 2>/dev/null
1465 for standard in $standards
1466 do echo "#define CONF_${standard} ${index}"
1513 short standard;
1523 short standard;
1556 * prefix strings -- the first few are indexed by Conf_t.standard
1562 for standard in $standards
1564 ksh) len=${#standard} ;;
1565 *) len=`echo ${standard} | wc -c`; len=`expr $len - 1` ;;
1567 echo " \"${standard}\", ${len}, CONF_${standard}, -1,"