Searched refs:wholelineIdx (Results 1 – 2 of 2) sorted by relevance
3305 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local3320 wholelineIdx = i; in completionBestIndex()3329 if( wholelineIdx>=0 ){ in completionBestIndex()3330 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()3331 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()
3311 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local3326 wholelineIdx = i; in completionBestIndex()3335 if( wholelineIdx>=0 ){ in completionBestIndex()3336 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()3337 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()