Home | History | Annotate | Download | only in lib

Lines Matching refs:phonReadPos

208     picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
293 sa->phonReadPos = 0;
1129 while ((sa->phonReadPos < sa->phonWritePos) && (PICOTRNS_POS_IGNORE == sa->phonBuf[sa->phonReadPos].pos)) {
1130 PICODBG_DEBUG(("ignoring phone at sa->phonBuf[%i] because it has pos==IGNORE",sa->phonReadPos));
1131 sa->phonReadPos++;
1133 if ((sa->phonReadPos < sa->phonWritePos)) {
1134 *pos = sa->phonBuf[sa->phonReadPos].pos;
1136 *sym = sa->phonBuf[sa->phonReadPos++].sym;
1611 sa->phonReadPos = 0;
1622 sa->phonReadPos = 0;