Lines Matching full:after
25 --enable-after|-E beforeopt option
26 Enable option directly after other option
27 --disable-after|-D beforeopt option
28 Disable option directly after other option
29 --module-after|-M beforeopt option
30 Turn option into module directly after other option
81 local after="$2"
85 sed -e "s:$before:$after:" "$infile" >"$tmpfile"
148 --*-after|-E|-D|-M)
204 --enable-after|-E)
208 --disable-after|-D)
212 --module-after|-M)