Searched refs:nextLink (Results 1 – 4 of 4) sorted by relevance
1681 int nextLink = 0; in shapeUnicode() local1696 nextLink = 0; in shapeUnicode()1699 nextLink = getLink(dest[nw]); in shapeUnicode()1700 if ((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1744 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()1753 ((nextLink & LINKR) != 0) && in shapeUnicode()1756 !((nextLink & ALEFTYPE) == ALEFTYPE && in shapeUnicode()1792 currLink = nextLink; in shapeUnicode()
1633 int nextLink = 0; in shapeUnicode() local1648 nextLink = 0; in shapeUnicode()1651 nextLink = getLink(dest[nw]); in shapeUnicode()1652 if ((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1696 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()1705 ((nextLink & LINKR) != 0) && in shapeUnicode()1708 !((nextLink & ALEFTYPE) == ALEFTYPE && in shapeUnicode()1744 currLink = nextLink; in shapeUnicode()
1207 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local1253 nextLink = 0; in shapeUnicode()1256 nextLink = getLink(dest[Nw]); in shapeUnicode()1257 if((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1297 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode()1304 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()1308 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()1345 currLink = nextLink; in shapeUnicode()
425 struct _PktBuf *nextLink; member