File: fixmacros.sed

package info (click to toggle)
jgroff 0.100-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,896 kB
  • ctags: 6,984
  • sloc: cpp: 55,956; ansic: 5,480; yacc: 2,957; asm: 1,866; makefile: 1,099; sh: 409; perl: 397; sed: 123
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
s/^\([.'][	]*[^\\ 	][^ \\]\)\([^ ]\)/\1 \2/
s/^\(\\![.'][	]*[^\\ 	][^ \\]\)\([^ ]\)/\1 \2/
s/\([.'][ 	]*i[ef] *[^ ]* [.'][ 	]*[^\\0-9 	][^ \\]\)\([^ ]\)/\1 \2/
s/\([.'][ 	]*i[ef] *[^ ]* \\{[.'][ 	]*[^\\0-9 	][^ \\]\)\([^ ]\)/\1 \2/
s/\([.'][	]*[da]s *[^ \\][^ \\]\)\([^ ]\)/\1 \2/
s/\\\*\[/\\*[[]/