Lines Matching refs:anchor
363 XawTextAnchor *anchor;
369 while ((state = XawTextSourceAnchorAndEntity(w, pos, &anchor, &entity)) &&
371 pos = anchor->position + entity->offset + entity->length;
375 offset = anchor->position + entity->offset;
384 (anchor = XawTextSourceNextAnchor(w, anchor)) != NULL)
385 entity = anchor->entities;
391 offset = anchor->position + entity->offset;
483 XawTextAnchor *anchor;
488 if (XawTextSourceAnchorAndEntity(w, startPos, &anchor, &entity) &&