Lines Matching full:argct
1327 int i, argct;1329 for (argct = 0; ap[argct]; argct++)1345 return ((i >= 1 && i <= argct) ? ap[i - 1] : null);