Home | History | Annotate | Download | only in indent

Lines Matching refs:opt

168 	opt='12345678123456781234567812345678'	# 32
169 opt="$opt$opt$opt$opt$opt$opt$opt$opt" # 256
170 opt="$opt$opt$opt$opt$opt$opt$opt$opt" # 2048
171 opt="$opt$opt$opt$opt$opt$opt$opt$opt" # 16384
172 printf '%s\n' "-$opt" > indent.pro