Home | History | Annotate | Download | only in indent

Lines Matching refs:pro

73 	cat <<-\EOF > .indent.pro
197 printf '%s\n' '-P/nonexistent' > .indent.pro
211 printf ' -i3 xi5 +di0\n' > .indent.pro
217 -e "match:/.indent.pro: option \"xi5\" must start with '-'" \
234 cat << \EOF > .indent.pro
283 # Mentioning the option -npro in a .pro file has no effect since at
284 # that point, indent has already decided to load the .pro file, and
287 echo ' -npro -di8' > .indent.pro
372 echo ' --invalid-option' > error.pro
373 echo '' > last.pro
377 "$indent" -Pnonexistent.pro -Perror.pro -Plast.pro code.c -st
388 echo ' -di24' > custom.pro
392 "$indent" -di0 -Pcustom.pro code.c -st
394 "$indent" -Pcustom.pro -di0 code.c -st
396 "$indent" -Pcustom.pro code.c -st -di0