org-file-apps-entry-match-against-dlink-p

org-file-apps-entry-match-against-dlink-p is a compiled Lisp function in `org.el'.

(org-file-apps-entry-match-against-dlink-p ENTRY)

This function returns non-nil if `entry' uses a regular
expression which should be matched against the whole link by
org-open-file.

It assumes that is the case when the entry uses a regular
expression which has at least one grouping construct and the
action is either a lisp form or a command string containing
'%1', i.e. using at least one subexpression match as a
parameter.