Searched refs:prefixIdx (Results 1 – 2 of 2) sorted by relevance
3304 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local3316 prefixIdx = i; in completionBestIndex()3325 if( prefixIdx>=0 ){ in completionBestIndex()3326 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()3327 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()
3310 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local3322 prefixIdx = i; in completionBestIndex()3331 if( prefixIdx>=0 ){ in completionBestIndex()3332 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()3333 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()