defsubst

defsubst is a Lisp macro in `byte-run.el'.

(defsubst NAME ARGLIST &rest BODY)

Define an inline function. The syntax is just like that of `defun'.
(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)