Searched refs:prefixIdx (Results 1 – 1 of 1) sorted by relevance
8526 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local8538 prefixIdx = i; in completionBestIndex()8547 if( prefixIdx>=0 ){ in completionBestIndex()8548 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()8549 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()