Searched refs:programmed (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer.cpp52 /// Whether the signal is currently programmed by us or not.
53 bool programmed; member in struct:utils::signals::programmer::impl
63 programmed(false)
95 _pimpl->programmed = true;
99 /// Destructor; unprograms the signal handler if still programmed.
105 if (_pimpl->programmed) {
106 LW("Destroying still-programmed signals::programmer object");
118 /// \pre The signal handler is programmed (i.e. this can only be called once).
121 /// the signal is left programmed, this object forgets about the signal and
126 PRE(_pimpl->programmed);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm637 C<Text::Template> templates are programmed in I<Perl>. You embed Perl
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm761 C<Text::Template> templates are programmed in I<Perl>. You embed Perl

Completed in 90 milliseconds