Lines Matching defs:anchor
341 XawTextAnchor *anchor;
349 &anchor, &entity) &&
442 XawTextAnchor *anchor;
462 &anchor, &entity)) {
470 pos = anchor->position + entity->offset + entity->length;
476 else if (anchor) {
481 if ((pos = anchor->position + entity->offset) < tmp)
506 if (anchor->entities == NULL) {
547 &anchor, &entity)) {
548 pos = anchor->position + entity->offset + entity->length;
557 if (anchor) {
558 while (entity && anchor->position + entity->offset < pos)
561 pos = anchor->position + entity->offset;
1149 XawTextAnchor *anchor;
1155 &anchor, &entity)) {
1195 XawTextAnchor *anchor;
1213 &anchor, &entity)) {
1220 left = anchor->position + entity->offset + entity->length;
1222 else if (anchor) {
1225 XawTextPosition tmp = anchor->position + entity->offset + entity->length;
1264 XawTextAnchor *anchor;
1313 position, &anchor, &entity) &&
1374 XawTextAnchor *anchor;
1384 if (XawTextSourceAnchorAndEntity(source, pos, &anchor, &entity)) {
1385 length = (Cardinal)(anchor->position + entity->offset + entity->length);
1395 if (anchor) {
1396 while (entity && anchor->position + entity->offset < pos)
1399 length = (Cardinal)(anchor->position + entity->offset);
1485 XawTextAnchor *anchor;
1498 if (XawTextSourceAnchorAndEntity(source, pos, &anchor, &entity)) {
1499 length = (Cardinal)(anchor->position + entity->offset + entity->length - pos);
1506 if (anchor) {
1507 while (entity && anchor->position + entity->offset < pos)
1510 length = (Cardinal)(anchor->position + entity->offset - pos);