Searched refs:wholelineIdx (Results 1 – 1 of 1) sorted by relevance
8605 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local8620 wholelineIdx = i; in completionBestIndex()8629 if( wholelineIdx>=0 ){ in completionBestIndex()8630 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()8631 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()