Lines Matching refs:cplx
2981 @return = cplx('CPAN::Author',uc($word));
2984 @return = cplx('CPAN::Bundle',$word);
2986 @return = cplx('CPAN::Distribution',$word);
2993 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word));
3002 @return = (cplx('CPAN::Module',$word),cplx('CPAN::Bundle',$word));
3009 #-> sub CPAN::Complete::cplx ;
3010 sub cplx {
3023 cplx('CPAN::Author',$word),
3024 cplx('CPAN::Bundle',$word),
3025 cplx('CPAN::Distribution',$word),
3026 cplx('CPAN::Module',$word),