1# (<> $name &name) 2hi-aaa-some-long-thing input.el /^(defun hi-aaa-some-long-thing ())$/ 3hi-bbb-1 input.el /^(defun hi-bbb-1 ())$/ 4hi-y input.el /^(defun hi-y ())$/ 5hi-zzz input.el /^(defun hi-zzz ())$/ 6# (<or> (<> (length $name) (length &name)) (<> $name &name)) 7hi-y input.el /^(defun hi-y ())$/ 8hi-zzz input.el /^(defun hi-zzz ())$/ 9hi-bbb-1 input.el /^(defun hi-bbb-1 ())$/ 10hi-aaa-some-long-thing input.el /^(defun hi-aaa-some-long-thing ())$/ 11