Home
last modified time | relevance | path

Searched refs:ritems (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicopr.c282 pr_WorkItems ritems; member
2022 …if ((pr->ritems[with__0->ritemid+1] != NULL) && (pr->ritems[with__0->ritemid+1]->head.type == PICO… in pr_getOutput()
2023 PICODBG_INFO(("pp in (1): %s'%s'", pr->lspaces, pr->ritems[with__0->ritemid+1]->data)); in pr_getOutput()
2025 if ((pr->ritems[with__0->ritemid+1] != NULL)) { in pr_getOutput()
2026 …while ((pr->rinItemList != NULL) && (pr->rinItemList != pr->ritems[with__0->ritemid+1]) && (pr->ri… in pr_getOutput()
2077 lit->head.info1 = pr->ritems[with__0->ritemid+1]->head.info1; in pr_getOutput()
2078 lit->head.info2 = pr->ritems[with__0->ritemid+1]->head.info2; in pr_getOutput()
2079 … if (pr->ritems[with__0->ritemid+1]->head.info1 == PICODATA_ITEMINFO1_TOKTYPE_SPACE) { in pr_getOutput()
2082 lit->head.len = pr_strcpy(lit->data, pr->ritems[with__0->ritemid+1]->data); in pr_getOutput()
2088 … if ((pr->ritems[with__0->ritemid+1]->head.info1 == PICODATA_ITEMINFO1_TOKTYPE_SPACE)) { in pr_getOutput()
[all …]
/external/qemu/android/utils/
Dreflist.c251 void** ritems = src->u.items; in areflist_copy() local
256 if (ritems[rr] != NULL) { in areflist_copy()
257 witems[ww++] = ritems[rr]; in areflist_copy()
/external/bison/
DChangeLog11572 `ritems', loop over the rules, and then over their rhs's.