Lines Matching defs:entity
364 XawTextEntity *entity;
369 while ((state = XawTextSourceAnchorAndEntity(w, pos, &anchor, &entity)) &&
370 (entity->flags & XAW_TENTF_HIDE))
371 pos = anchor->position + entity->offset + entity->length;
373 !(entity->flags & XAW_TENTF_REPLACE)) {
374 while (entity) {
375 offset = anchor->position + entity->offset;
379 (entity->flags & (XAW_TENTF_HIDE | XAW_TENTF_REPLACE))) {
383 if ((entity = entity->next) == NULL &&
385 entity = anchor->entities;
388 else if (state && (entity->flags & XAW_TENTF_REPLACE) && pos < end) {
389 XawTextBlock *block = (XawTextBlock*)entity->data;
391 offset = anchor->position + entity->offset;
398 text->firstPos = (int)(end = (offset + entity->length));
407 end = offset + entity->length;
484 XawTextEntity *entity;
488 if (XawTextSourceAnchorAndEntity(w, startPos, &anchor, &entity) &&
490 entity->property)) != NULL &&