Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c7803 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local
7818 wholelineIdx = i; in completionBestIndex()
7827 if( wholelineIdx>=0 ){ in completionBestIndex()
7828 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
7829 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()