Searched refs:argNdex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dhey.cpp369 int32 argNdex = 0; local
372 while (arg[argNdex] != 0) { // for each character in arg
373 if (arg[argNdex] == '\"')
375 if (!inquotes && isSpace(arg[argNdex])) { // if the character is white space
381 argNdex++;
383 argNdex++;
386 currentToken[tokenNdex] = arg[argNdex];
388 argNdex++;

Completed in 20 milliseconds