Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dsubst.t773 sub qrBug::TIESCALAR { bless[pop], 'qrBug' } subroutine
774 sub qrBug::FETCH { $scratch .= "[fetching $_[0][0]]"; 'prew' } subroutine
775 sub qrBug::STORE{} subroutine
H A Dqr.t59 sub qrBug::TIESCALAR{bless[], 'qrBug'} subroutine
60 sub qrBug::FETCH { $scratch .= "[fetching]"; 'glat' } subroutine