Home
last modified time | relevance | path

Searched refs:nSelect (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.rc287 ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19759 int nSelect; /* Number of SELECT stmts. Counter for Select.selId */ member
123750 int nSelect = pParse->nSelect;
123764 pParse->nSelect = nSelect;
141937 pNew->selId = ++pParse->nSelect;
145250 int nSelect; /* Number of SELECT statements in the compound */
145370 nSelect = 1;
145375 nSelect++;
145379 if( nSelect<=3 ){
145383 for(i=2; i<nSelect; i+=2){ pSplit = pSplit->pPrior; }
146257 if( pParse->nSelect>500 ) return 0;
[all …]