Searched refs:bufPos (Results 1 – 1 of 1) sorted by relevance
179 *bufPos, /* actual position */ member207 handle->buf = handle->bufPos = buf; /* init handle */ in parseInit()229 for (; *(handle->bufPos) && *(handle->bufPos) == ' '; handle->bufPos++); in parseOpt()230 if (!*(handle->bufPos)) in parseOpt()233 startPos = handle->bufPos; /* store cmd start */ in parseOpt()234 …for (; handle->cmdPos[cmdIndex][cmdLen] && *(handle->bufPos); handle->bufPos++) { /* no string end… in parseOpt()236 if (*(handle->bufPos) == handle->cmdPos[cmdIndex][cmdLen]) in parseOpt()250 for (; *(handle->bufPos) && *(handle->bufPos) == ' '; handle->bufPos++); in parseOpt()251 *param = handle->bufPos; in parseOpt()253 for (; *(handle->bufPos) && *(handle->bufPos) != ' '; handle->bufPos++); in parseOpt()[all …]