Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
96 B

  1. /^OBJ. = /,/^$/{
  2. s/^OBJ. = //
  3. s/^ //
  4. s/\\$/+/
  5. s/%$//
  6. t output
  7. b end
  8. :output
  9. p
  10. :end
  11. }