Lines Matching defs:entity

342     XawTextEntity *entity;
349 &anchor, &entity) &&
351 entity->property)) != NULL &&
443 XawTextEntity *entity;
462 &anchor, &entity)) {
464 entity->property)) != NULL &&
470 pos = anchor->position + entity->offset + entity->length;
479 while (entity && pos < right) {
481 if ((pos = anchor->position + entity->offset) < tmp)
490 pos += entity->length;
492 entity->property)) != NULL &&
503 entity = entity->next;
547 &anchor, &entity)) {
548 pos = anchor->position + entity->offset + entity->length;
550 entity->property)) != NULL &&
558 while (entity && anchor->position + entity->offset < pos)
559 entity = entity->next;
560 if (entity)
561 pos = anchor->position + entity->offset;
1150 XawTextEntity *entity;
1155 &anchor, &entity)) {
1157 entity->property)) != NULL &&
1196 XawTextEntity *entity;
1213 &anchor, &entity)) {
1215 entity->property)) != NULL &&
1220 left = anchor->position + entity->offset + entity->length;
1224 while (entity) {
1225 XawTextPosition tmp = anchor->position + entity->offset + entity->length;
1230 entity->property)) != NULL &&
1236 entity = entity->next;
1238 if (entity == NULL)
1265 XawTextEntity *entity;
1313 position, &anchor, &entity) &&
1315 entity->property)) != NULL &&
1375 XawTextEntity *entity;
1384 if (XawTextSourceAnchorAndEntity(source, pos, &anchor, &entity)) {
1385 length = (Cardinal)(anchor->position + entity->offset + entity->length);
1388 entity->property)) != NULL &&
1396 while (entity && anchor->position + entity->offset < pos)
1397 entity = entity->next;
1398 if (entity) {
1399 length = (Cardinal)(anchor->position + entity->offset);
1486 XawTextEntity *entity;
1498 if (XawTextSourceAnchorAndEntity(source, pos, &anchor, &entity)) {
1499 length = (Cardinal)(anchor->position + entity->offset + entity->length - pos);
1501 entity->property)) != NULL &&
1507 while (entity && anchor->position + entity->offset < pos)
1508 entity = entity->next;
1509 if (entity)
1510 length = (Cardinal)(anchor->position + entity->offset - pos);