Home | History | Annotate | Download | only in lib

Lines Matching defs:cbuf

72   - cbuf : buffer for item contents (referenced by index in
75 0. bottom up filling of items in headx and cbuf
136 picoos_uint8 inspaceok; /* flag: headx/cbuf has space for an item */
145 picoos_uint8 cbuf[PICOACPH_MAXSIZE_CBUF];
182 /* init headx, cbuf */
193 acph->cbuf[i] = 0;
337 ch = acph->cbuf[acph->headx[ind].cind + i];
656 if (picoktab_isPrimstress(acph->tabphones, acph->cbuf[pind])) {
658 } else if (picoktab_isSyllbound(acph->tabphones, acph->cbuf[pind])) {
775 if (picoktab_isPrimstress(acph->tabphones, acph->cbuf[pos + i]) ||
776 picoktab_isSecstress(acph->tabphones, acph->cbuf[pos + i])) {
1081 &(acph->cbuf[acph->cbufLen]), acph->cbufBufSize
1227 acph->cbuf[acph->headx[i].cind+j]));
1230 acph->cbuf[acph->headx[i].cind+j]));
1248 /* we have a phrase in headx, cbuf (can be
1296 /* for all items in headx, cbuf */
1364 &(acph->cbuf[acph->headx[i].cind]),
1401 /* reset headx, cbuf */