Searched refs:nextLink (Results 1 – 4 of 4) sorted by relevance
1638 int nextLink = 0; in shapeUnicode() local1653 nextLink = 0; in shapeUnicode()1656 nextLink = getLink(dest[nw]); in shapeUnicode()1657 if ((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1701 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()1710 ((nextLink & LINKR) != 0) && in shapeUnicode()1713 !((nextLink & ALEFTYPE) == ALEFTYPE && in shapeUnicode()1749 currLink = nextLink; in shapeUnicode()
1686 int nextLink = 0; in shapeUnicode() local1701 nextLink = 0; in shapeUnicode()1704 nextLink = getLink(dest[nw]); in shapeUnicode()1705 if ((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1749 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()1758 ((nextLink & LINKR) != 0) && in shapeUnicode()1761 !((nextLink & ALEFTYPE) == ALEFTYPE && in shapeUnicode()1797 currLink = nextLink; in shapeUnicode()
1209 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local1255 nextLink = 0; in shapeUnicode()1258 nextLink = getLink(dest[Nw]); in shapeUnicode()1259 if((nextLink & IRRELEVANT) == 0) { in shapeUnicode()1299 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode()1306 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()1310 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) { in shapeUnicode()1347 currLink = nextLink; in shapeUnicode()
425 struct _PktBuf *nextLink; member