Lines Matching defs:first
103 previous punc-phrase, then BOUND item output as first item
153 all but the first will be treated as an (empty) phrase containing just this item.
162 first one) from right-to-left. The boundary types mark the phrase
519 picoos_int32 first; /* index of first item with POS(es) */
530 first = 0;
532 while ((first < sa->headxLen) &&
533 (sa->headx[first].head.type != PICODATA_ITEM_WORDGRAPH) &&
534 (sa->headx[first].head.type != PICODATA_ITEM_WORDINDEX) &&
535 (sa->headx[first].head.type != PICODATA_ITEM_WORDPHON)) {
536 first++;
538 if (first >= sa->headxLen) {
544 lastprev3 = first;
550 valbuf[half_nratt_posd+1] = sa->headx[first].head.info1;
559 for (ci = first; ci < sa->headxLen; ci++) {
994 ie. inc first */
1117 /* *readPos is the next position in phonBuf to be read, and *writePos is the first position not to be read (may be outside
1119 * 'rangeEnd' is the first possym position outside the desired range.
1525 /* check for termination condition first */
1618 /* termination condition first */