Lines Matching full:after
29 --enable-after|-E beforeopt option
30 Enable option directly after other option
31 --disable-after|-D beforeopt option
32 Disable option directly after other option
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
85 local after="$2"
89 sed -e "s$SED_DELIM$before$SED_DELIM$after$SED_DELIM" "$infile" >"$tmpfile"
152 --*-after|-E|-D|-M)
208 --enable-after|-E)
212 --disable-after|-D)
216 --module-after|-M)