Home
last modified time | relevance | path

Searched refs:pMatch (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-src/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-src/external/gpl3/binutils/dist/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/netbsd-src/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-src/external/public-domain/sqlite/dist/
H A Dshell.c23899 struct ArSwitch *pMatch = 0; /* Matching option */ in arParseCommand() local
23904 if( pMatch ){ in arParseCommand()
23907 pMatch = pOpt; in arParseCommand()
23912 if( pMatch==0 ){ in arParseCommand()
23915 if( pMatch->bArg ){ in arParseCommand()
23921 if( arProcessSwitch(pAr, pMatch->eSwitch, zArg) ) return SQLITE_ERROR; in arParseCommand()
H A Dsqlite3.c106393 SrcItem *pMatch, /* Source table containing the column */
106398 pNew->iTable = pMatch->iCursor;
106400 pNew->y.pTab = pMatch->pTab;
106401 assert( (pMatch->fg.jointype & (JT_LEFT|JT_LTORJ))!=0 );
106474 SrcItem *pMatch = 0; /* The matching pSrcList item */
106573 extendFJMatch(pParse, &pFJMatch, pMatch, pExpr->iColumn);
106584 pMatch = pItem;
106639 extendFJMatch(pParse, &pFJMatch, pMatch, pExpr->iColumn);
106643 pMatch = pItem;
106654 pMatch = pItem;
[all …]