Home | History | Annotate | Download | only in libedit

Lines Matching refs:cfgfile

15074     cfgfile="${ofile}T"
15075 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15076 $RM "$cfgfile"
15078 cat <<_LT_EOF >> "$cfgfile"
15509 cat <<\_LT_EOF >> "$cfgfile"
15529 sed '$q' "$ltmain" >> "$cfgfile" \
15530 || (rm -f "$cfgfile"; exit 1)
15540 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
15541 && mv -f "$cfgfile.tmp" "$cfgfile" \
15542 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15550 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
15551 && mv -f "$cfgfile.tmp" "$cfgfile" \
15552 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15564 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
15565 && mv -f "$cfgfile.tmp" "$cfgfile" \
15566 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15578 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
15579 && mv -f "$cfgfile.tmp" "$cfgfile" \
15580 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15589 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
15590 && mv -f "$cfgfile.tmp" "$cfgfile" \
15591 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15600 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
15601 && mv -f "$cfgfile.tmp" "$cfgfile" \
15602 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15613 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
15614 && mv -f "$cfgfile.tmp" "$cfgfile" \
15615 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15623 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
15624 && mv -f "$cfgfile.tmp" "$cfgfile" \
15625 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15633 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
15634 && mv -f "$cfgfile.tmp" "$cfgfile" \
15635 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15643 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
15644 && mv -f "$cfgfile.tmp" "$cfgfile" \
15645 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15655 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
15656 && mv -f "$cfgfile.tmp" "$cfgfile" \
15657 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15666 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
15667 && mv -f "$cfgfile.tmp" "$cfgfile" \
15668 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15673 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
15674 && mv -f "$cfgfile.tmp" "$cfgfile" \
15675 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15679 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
15680 && mv -f "$cfgfile.tmp" "$cfgfile" \
15681 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15691 mv -f "$cfgfile" "$ofile" ||
15692 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")