mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Sed
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Sed
		
	
	
	
	
	
| s%<type>[^<]*</type>%%g
 | |
| s%<param>[^<]*</param>%%g
 | |
| s%<func>[^<]*</func>%%g
 | |
| s%<funcdef>[^<]*</funcdef>%%g
 | |
| s%<type/[^</]*/%%g
 | |
| s%<param/[^</]*/%%g
 | |
| s%<func/[^</]*/%%g
 | |
| s%<funcdef/[^</]*/%%g
 | |
| s%<struct/[^</]*/%%g
 | |
| s%<const/[^</]*/%%g
 | |
| s%<[^<>/ ]\+/%%g
 | |
| s%</\?[^<>/ ]*>%%g
 | |
| s%&[^;]*;%%g
 |