Lines Matching defs:entity
129 {LispFunction, Xedit_AddEntity, "add-entity offset length identifier"},
573 XawTextEntity *entity;
610 if (XawTextSourceAnchorAndEntity(w, position, &anchor, &entity))
619 if (XawTextSourceAnchorAndEntity(w, right, &anchor, &entity))
636 entity = anchor->entities; \
637 /* Find first entity in the region to parse */ \
638 while (entity && \
639 anchor->position + entity->offset + entity->length <= \
641 entity = entity->next; \
643 while (entity && \
644 (position = anchor->position + entity->offset) < (to)) { \
646 position += entity->length; \
648 (info)[(count)].property = entity->property; \
652 if ((entity = entity->next) == NULL && \
654 entity = anchor->entities; \
807 add-entity offset length identifier