Searched refs:pMatch (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-current/common/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c23899 struct ArSwitch *pMatch = 0; /* Matching option */ local
23904 if( pMatch ){
23907 pMatch = pOpt;
23912 if( pMatch==0 ){
23915 if( pMatch->bArg ){
23921 if( arProcessSwitch(pAr, pMatch->eSwitch, zArg) ) return SQLITE_ERROR;
H A Dsqlite3.c106390 extendFJMatch( Parse *pParse, ExprList **ppList, SrcItem *pMatch, i16 iColumn ) argument
106474 SrcItem *pMatch = 0; /* The matching pSrcList item */ local
[all...]

Completed in 785 milliseconds