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
86 local after="$2"
90 sed -e "s$SED_DELIM$before$SED_DELIM$after$SED_DELIM" "$infile" >"$tmpfile"
159 --*-after|-E|-D|-M)
215 --enable-after|-E)
219 --disable-after|-D)
223 --module-after|-M)