Lines Matching full:after
26 --enable-after|-E beforeopt option
27 Enable option directly after other option
28 --disable-after|-D beforeopt option
29 Disable option directly after other option
30 --module-after|-M beforeopt option
31 Turn option into module directly after other option
82 local after="$2"
86 sed -e "s:$before:$after:" "$infile" >"$tmpfile"
149 --*-after|-E|-D|-M)
205 --enable-after|-E)
209 --disable-after|-D)
213 --module-after|-M)