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

  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 51 #define ANCHORS_DIST 4096 /* default distance between anchors */
325 src->textSrc.anchors = NULL;
348 entity = src->textSrc.anchors[i]->entities;
354 XtFree((XtPointer)src->textSrc.anchors[i]);
356 XtFree((XtPointer)src->textSrc.anchors);
1000 if (src->textSrc.anchors[i] == anchor)
1072 memmove(&src->textSrc.anchors[i],
1073 &src->textSrc.anchors[i + 1],
1083 anchor = src->textSrc.anchors[i];
1091 anchor = src->textSrc.anchors[++i]
1686 XawTextAnchor **anchors = src->textSrc.anchors; local
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 153 XawTextAnchor **anchors; member in struct:__anon5781

Completed in 6 milliseconds