Function: erc--strpos--inliner
erc--strpos--inliner is a function defined in erc-common.el.gz.
Signature
(erc--strpos--inliner INLINE--FORM CHAR STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form char string)
((ignore inline--form)
(catch 'inline--just-use
(list 'string-search (list 'string char) string)))
(t)]