Lines Matching defs:anchor
572 XawTextAnchor *anchor;
610 if (XawTextSourceAnchorAndEntity(w, position, &anchor, &entity))
619 if (XawTextSourceAnchorAndEntity(w, right, &anchor, &entity))
635 if ((anchor = XawTextSourceFindAnchor(w, (from))) != NULL) { \
636 entity = anchor->entities; \
639 anchor->position + entity->offset + entity->length <= \
644 (position = anchor->position + entity->offset) < (to)) { \
653 (anchor = XawTextSourceNextAnchor(w, anchor)) != NULL) \
654 entity = anchor->entities; \