Lines Matching refs:standard
199 shift; standard=$1
260 *" $standard "*)
262 *) standards="$standards $standard"
270 *VERSION*)key=${standard}${section} ;;
288 eval CONF_standard_${key}='$'standard
307 ?*) eval standard=\"'$'CONF_standard_$key\"
316 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}"
422 standard=$1
425 standard=$1
441 standard=${standard}_$1
448 case $standard in
449 _*) standard=`echo $standard | sed 's,^_*,,'` ;;
452 *" $standard "*)
454 *) case $standard in
456 section=$standard
457 standard=POSIX
460 eval `echo $standard | sed 's,\(.*\)\([0123456789]*\),standard=\1 section=\2,'`
474 *" $standard "*)
483 *) standard=
488 case $standard in
489 '') standard=$HOST
498 standard=POSIX
508 case $standard in
540 *VERSION*)key=${key}_${standard}${part} ;;
555 *VERSION*)old=${old}_${standard}${part} ;;
570 eval CONF_standard_${key}='$'standard
614 *VERSION*)old=${old}_${standard}${part} ;;
642 ?*) eval standard=\"'$'CONF_standard_$key\"
650 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}"
698 eval standard=\"'$'CONF_standard_$key\"
712 1) eval x='$'CONF_call_${c}_${standard}_${name} ;;
713 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;;
730 1) echo "_${c}_${standard}_${name}" ;;
731 *) echo "_${c}_${standard}${section}_${name}" ;;
759 standard=${standard}${section}
767 *R*) conf_op=_${standard}_${call}_${name} ;;
768 *S*) conf_op=_${call}_${standard}_${name} ;;
774 case $standard:$flags in
777 echo "_${standard}_${conf_name}"
780 1) echo "_${standard}_${conf_name}" ;;
781 *) echo "_${standard}${section}_${conf_name}" ;;
893 export tmp name standard call cc
908 eval standard=\"'$'CONF_standard_$key\"
922 1) eval x='$'CONF_call_${c}_${standard}_${name} ;;
923 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;;
939 1) eval x='$'CONF_const__${c}_${standard}_${name} ;;
940 *) eval x='$'CONF_const__${c}_${standard}${section}_${name} ;;
955 XX) case $standard in
956 C) standard=POSIX ;;
967 *" $standard "*)
969 *) standards="$standards $standard"
972 conf_standard=CONF_${standard}
986 for s in _${call}_${standard}${section}_${name} _${call}_${standard}_${name} _${call}_${section}_${name} _${call}_${name} ${call}_${name}
1030 ?*) case $standard in
1037 echo "$command: test: $sep$standard $call $name" >&2
1062 1) eval a='$'CONF_const_${standard}_${s}
1216 standard=${standard}${section}
1220 case $call:$standard:$flags in
1221 *:C:*M*)for s in _${standard}_${conf_name} ${values}
1234 for s in _${standard}_${conf_name} ${values}
1253 1) echo "$command: probe for _${standard}_${conf_name} minmax value" >&2 ;;
1256 ?*) if $CONF_getconf _${standard}_${conf_name} > $tmp.x 2>/dev/null
1481 for standard in $standards
1482 do echo "#define CONF_${standard} ${index}"
1529 short standard;
1539 short standard;
1572 * prefix strings -- the first few are indexed by Conf_t.standard
1578 for standard in $standards
1580 ksh) len=${#standard} ;;
1581 *) len=`echo ${standard} | wc -c`; len=`expr $len - 1` ;;
1583 echo " \"${standard}\", ${len}, CONF_${standard}, -1,"