Searched refs:lineP (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1688 XawTextLineTableEntry *lineP; local
1690 for (lineP = ctx->text.lt.info + i; i <= ctx->text.lt.lines; i++, lineP++)
1691 lineP->position += delta;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2019 XawTextLineTableEntry *lineP; local
2021 for (lineP = ctx->text.lt.info + i; i <= ctx->text.lt.lines; i++, lineP++)
2022 lineP->position += delta;

Completed in 498 milliseconds