Home
last modified time | relevance | path

Searched defs:cmd_c (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm630 sub cmd_c { global() subroutine
H A DMan.pm1291 sub cmd_c { return $_[0]->quote_literal ($_[2]) } global() subroutine
/openbsd-src/sys/dev/ic/
H A Dsiopvar.h66 struct siop_common_cmd cmd_c; member
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py810 def cmd_c(options, cmd, args): function