Lines Matching refs:bufPos
179 *bufPos, /* actual position */ member
207 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()
254 *(handle->bufPos++) = 0; in parseOpt()