HomeSort by: relevance | last modified time | path
    Searched refs:entities (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 348 entity = src->textSrc.anchors[i]->entities;
1006 eprev = entity = anchor->entities;
1034 if (entity == anchor->entities) {
1035 if ((anchor->entities = enext) == NULL) {
1038 entity = anchor ? anchor->entities : NULL;
1066 if (entity == anchor->entities) {
1068 if ((anchor->entities = enext) == NULL) {
1084 entity = anchor->entities;
1092 entity = anchor->entities;
1118 entity = anchor->entities;
    [all...]
AsciiSrc.c 385 entity = anchor->entities;
AsciiSink.c 456 search in the entities */
506 if (anchor->entities == NULL) {
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 64 XawTextEntity *entities, *cache; member in struct:_XawTextAnchor
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 134 {LispFunction, Xedit_ClearEntities, "clear-entities left right"},
636 entity = anchor->entities; \
654 entity = anchor->entities; \
956 clear-entities left right

Completed in 8 milliseconds