Lines Matching refs:headxLen

143     picoos_uint16 headxLen;    /* length, 0 if empty */  member
178 acph->headxLen = 0; in acphInitialize()
391 upbound = acph->headxLen - 1; in acphSubPhrasing()
427 PICODBG_TRACE(("headxLen: %d", acph->headxLen)); in acphSubPhrasing()
516 switch (acph->headx[acph->headxLen - 1].head.info2) { in acphSubPhrasing()
566 switch (acph->headx[acph->headxLen - 1].head.info1) { in acphSubPhrasing()
581 switch (acph->headx[acph->headxLen - 1].head.info2) { in acphSubPhrasing()
647 if (ind >= acph->headxLen) { in acphAccNrSyllParts()
702 while ((i < acph->headxLen) && in acphAccGetNrsRight()
714 while ((i < acph->headxLen) && in acphAccGetNrsRight()
722 if ((i < acph->headxLen) && (acph->headx[i].head.info2 == PICODATA_ACC1)) { in acphAccGetNrsRight()
809 upbound = acph->headxLen - 1; in acphAccentuation()
844 PICODBG_TRACE(("headxLen: %d", acph->headxLen)); in acphAccentuation()
1066 acph->procState, acph->headxLen, acph->cbufLen)); in acphStep()
1080 PICODATA_MAX_ITEMSIZE, &(acph->headx[acph->headxLen].head), in acphStep()
1092 if ((acph->headx[acph->headxLen].head.type in acphStep()
1094 && (acph->headx[acph->headxLen].head.info1 in acphStep()
1096 acph->headx[acph->headxLen].head.type in acphStep()
1098 acph->headx[acph->headxLen].head.info1 in acphStep()
1100 acph->headx[acph->headxLen].head.info2 in acphStep()
1102 acph->headx[acph->headxLen].head.len = 0; in acphStep()
1106 if (acph->headx[acph->headxLen].head.type in acphStep()
1112 if ((acph->headxLen >= (PICOACPH_MAXNR_HEADX - 2)) in acphStep()
1119 acph->headx[acph->headxLen].cind = acph->cbufLen; in acphStep()
1122 acph->headx[acph->headxLen].cind = 0; in acphStep()
1124 acph->headxLen++; in acphStep()
1135 acph->headx[acph->headxLen].head.type = PICODATA_ITEM_PUNC; in acphStep()
1136 acph->headx[acph->headxLen].head.info1 = in acphStep()
1138 acph->headx[acph->headxLen].head.info2 = in acphStep()
1140 acph->headx[acph->headxLen].head.len = 0; in acphStep()
1142 acph->headxLen++; in acphStep()
1176 if (acph->headxLen > 0) { in acphStep()
1186 } else if (acph->headxLen == 0) { /* no items in inBuf */ in acphStep()
1195 for (i = 0; i < acph->headxLen; i++) { in acphStep()
1247 if (acph->headxLen > 0) { in acphStep()
1256 } else if (acph->headxLen == 0) { /* no items in inBuf */ in acphStep()
1271 acph->headxBottom, acph->headxLen)); in acphStep()
1273 indupbound = acph->headxBottom + acph->headxLen; in acphStep()
1378 acph->headxLen--; in acphStep()
1403 acph->headxLen = 0; in acphStep()