Home
last modified time | relevance | path

Searched defs:match_ref (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPkgSpec.pm152 sub match_ref($, $) subroutine
256 sub match_ref($o, $list) subroutine
325 sub match_ref($self, $r) subroutine
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1083 llvm::StringRef match_ref = match; in request_completions() local